IDEMPIERE-166 Rebranding of logo and product name

This commit is contained in:
Carlos Ruiz 2013-04-16 19:28:55 -05:00
parent 29a95f09c8
commit f408fbc6d3
107 changed files with 71 additions and 77 deletions

View File

@ -79,14 +79,14 @@ public final class Adempiere
/** URL of Product */ /** URL of Product */
static public final String URL = "www.idempiere.org"; static public final String URL = "www.idempiere.org";
/** 16*16 Product Image. **/ /** 16*16 Product Image. **/
static private final String s_File16x16 = "images/AD16.gif"; static private final String s_File16x16 = "images/iD16.gif";
/** 32*32 Product Image. */ /** 32*32 Product Image. */
static private final String s_file32x32 = "images/AD32.gif"; static private final String s_file32x32 = "images/iD32.gif";
/** 100*30 Product Image. */ /** 100*30 Product Image. */
static private final String s_file100x30 = "images/AD10030.png"; static private final String s_file100x30 = "images/iD10030.png";
/** 48*15 Product Image. */ /** 48*15 Product Image. */
static private final String s_file48x15 = "images/Adempiere.png"; static private final String s_file48x15 = "images/iDempiere.png";
static private final String s_file48x15HR = "images/AdempiereHR.png"; static private final String s_file48x15HR = "images/iDempiereHR.png";
/** Support Email */ /** Support Email */
static private String s_supportEmail = ""; static private String s_supportEmail = "";

View File

@ -186,7 +186,7 @@ public class WebDoc
m_topRight = new td().setAlign("right"); m_topRight = new td().setAlign("right");
if (javaClient) { if (javaClient) {
m_topRight.addElement(new img("res:org/compiere/images/AD10030.png") m_topRight.addElement(new img("res:org/compiere/images/iD10030.png")
.setAlign(AlignType.RIGHT).setAlt("iDempiere")); .setAlign(AlignType.RIGHT).setAlt("iDempiere"));
} else { } else {
m_topRight.addElement(new img("images/header-logo.png") m_topRight.addElement(new img("images/header-logo.png")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -4,20 +4,20 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4"> version="2.4">
<display-name>ADempiere Root</display-name> <display-name>iDempiere Root</display-name>
<description></description> <description></description>
<context-param> <context-param>
<param-name>ServerRoot</param-name> <param-name>ServerRoot</param-name>
<param-value>1</param-value> <param-value>1</param-value>
</context-param> </context-param>
<filter> <filter>
<display-name>ADempiere Monitor Filter</display-name> <display-name>iDempiere Monitor Filter</display-name>
<filter-name>AdempiereMonitorFilter</filter-name> <filter-name>idempiereMonitorFilter</filter-name>
<filter-class>org.compiere.web.AdempiereMonitorFilter</filter-class> <filter-class>org.compiere.web.AdempiereMonitorFilter</filter-class>
</filter> </filter>
<filter-mapping> <filter-mapping>
<filter-name>AdempiereMonitorFilter</filter-name> <filter-name>idempiereMonitorFilter</filter-name>
<url-pattern>/adempiereMonitor/*</url-pattern> <url-pattern>/idempiereMonitor/*</url-pattern>
</filter-mapping> </filter-mapping>
<servlet> <servlet>
<display-name>JNLP Download Servlet</display-name> <display-name>JNLP Download Servlet</display-name>
@ -30,15 +30,15 @@
<load-on-startup>1</load-on-startup> <load-on-startup>1</load-on-startup>
</servlet> </servlet>
<servlet> <servlet>
<description>ADempiere Server Status Info</description> <description>iDempiere Server Status Info</description>
<display-name>Server Status</display-name> <display-name>Server Status</display-name>
<servlet-name>StatusInfo</servlet-name> <servlet-name>StatusInfo</servlet-name>
<servlet-class>org.compiere.web.StatusInfo</servlet-class> <servlet-class>org.compiere.web.StatusInfo</servlet-class>
</servlet> </servlet>
<servlet> <servlet>
<description>ADempiere Server Monitor</description> <description>iDempiere Server Monitor</description>
<display-name>ADempiere Monitor</display-name> <display-name>iDempiere Monitor</display-name>
<servlet-name>AdempiereMonitor</servlet-name> <servlet-name>idempiereMonitor</servlet-name>
<servlet-class>org.compiere.web.AdempiereMonitor</servlet-class> <servlet-class>org.compiere.web.AdempiereMonitor</servlet-class>
<load-on-startup>1</load-on-startup> <load-on-startup>1</load-on-startup>
</servlet> </servlet>
@ -61,8 +61,8 @@
<url-pattern>/statusInfo</url-pattern> <url-pattern>/statusInfo</url-pattern>
</servlet-mapping> </servlet-mapping>
<servlet-mapping> <servlet-mapping>
<servlet-name>AdempiereMonitor</servlet-name> <servlet-name>idempiereMonitor</servlet-name>
<url-pattern>/adempiereMonitor/*</url-pattern> <url-pattern>/idempiereMonitor/*</url-pattern>
</servlet-mapping> </servlet-mapping>
<servlet-mapping> <servlet-mapping>
<servlet-name>RestletServlet</servlet-name> <servlet-name>RestletServlet</servlet-name>
@ -86,7 +86,7 @@
<security-constraint> <security-constraint>
<web-resource-collection> <web-resource-collection>
<web-resource-name>admin</web-resource-name> <web-resource-name>admin</web-resource-name>
<url-pattern>/adempiereMonitor/*</url-pattern> <url-pattern>/idempiereMonitor/*</url-pattern>
</web-resource-collection> </web-resource-collection>
<web-resource-collection> <web-resource-collection>
<web-resource-name>service</web-resource-name> <web-resource-name>service</web-resource-name>
@ -97,6 +97,6 @@
</user-data-constraint> </user-data-constraint>
</security-constraint> </security-constraint>
<welcome-file-list> <welcome-file-list>
<welcome-file>adempiere.html</welcome-file> <welcome-file>idempiere.html</welcome-file>
</welcome-file-list> </welcome-file-list>
</web-app> </web-app>

View File

@ -11,7 +11,7 @@
<description kind = "short">Adempiere ERP+CRM ($$context)</description> <description kind = "short">Adempiere ERP+CRM ($$context)</description>
<description kind = "one-line">Adempiere ERP+CRM</description> <description kind = "one-line">Adempiere ERP+CRM</description>
<description kind = "tooltip">Adempiere ERP+CRM ($$context)</description> <description kind = "tooltip">Adempiere ERP+CRM ($$context)</description>
<icon href = "$$context/C32.gif"/> <icon href = "$$context/iD32.gif"/>
<shortcut online="true"> <shortcut online="true">
<desktop/> <desktop/>
<menu submenu="Adempiere 3.6.0LTS $$context"/> <menu submenu="Adempiere 3.6.0LTS $$context"/>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

View File

@ -3,17 +3,12 @@ bin.includes = META-INF/,\
WEB-INF/lib/jnlp-servlet.jar,\ WEB-INF/lib/jnlp-servlet.jar,\
.,\ .,\
WEB-INF/web.xml,\ WEB-INF/web.xml,\
AdemPiere150x50.gif,\ iDempiere120x60.gif,\
Adempiere120x60.gif,\ iD32.gif,\
Background.gif,\ idempiere.html,\
C32.gif,\
Logo.gif,\
adempiere.html,\
adempiere.jnlp,\ adempiere.jnlp,\
adempiere_logo.gif,\ idempiere_logo.png,\
adempiere_logo.png,\ idempiere_logo2.gif,\
adempiere_logo2.gif,\
adempiere_logo3.png,\
applet.html,\ applet.html,\
favicon.ico,\ favicon.ico,\
footer_bar.gif,\ footer_bar.gif,\
@ -24,7 +19,6 @@ bin.includes = META-INF/,\
robots.txt,\ robots.txt,\
standard.css,\ standard.css,\
webstart.jpg,\ webstart.jpg,\
webstart_s.jpg,\
zip.gif,\ zip.gif,\
plugin.xml plugin.xml
bin.excludes = src/**,\ bin.excludes = src/**,\

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -63,7 +63,7 @@ End If
</script> </script>
//--> //-->
</head> </head>
<body leftmargin="0" topmargin="0" onload="MM_preloadImages('adempiere_logo2.gif')" marginheight="0" marginwidth="0"> <body leftmargin="0" topmargin="0" onload="MM_preloadImages('idempiere_logo2.gif')" marginheight="0" marginwidth="0">
<table border="0" cellpadding="0" cellspacing="0" width="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%">
@ -78,7 +78,7 @@ End If
<td align="left" valign="middle" width="477"></td> <td align="left" valign="middle" width="477"></td>
<td align="left" valign="bottom"><a href="http://www.idempiere.com/"><img src="adempiere_logo.png" alt="iDempiere Logo" align="right" border="0" height="55" width="79"></a></td> <td align="left" valign="bottom"><a href="http://www.idempiere.com/"><img src="idempiere_logo.png" alt="iDempiere Logo" align="right" border="0" height="55" width="79"></a></td>
</tr> </tr>
@ -188,7 +188,7 @@ Start iDempiere via RUN_Adempiere </td>
</td> </td>
<td bgcolor="#fbf8f1"> <td bgcolor="#fbf8f1">
<p><a href="adempiereMonitor">iDempiere Server Management</a> <p><a href="idempiereMonitor">iDempiere Server Management</a>
<!--a href="/jmx-console" target="_blank">JBoss 3.2.3 Management Server Agent</a --> <!--a href="/jmx-console" target="_blank">JBoss 3.2.3 Management Server Agent</a -->
</p> </p>
</td> </td>
@ -202,7 +202,7 @@ Start iDempiere via RUN_Adempiere </td>
</td> </td>
<td bgcolor="#fbf8f1"> <td bgcolor="#fbf8f1">
<p><a href="http://wiki.idempiere.org/">Wiki</a> - <a href="http://www.adempiere.com/Manual">Manual</a> - <a href="http://webchat.freenode.net/?channels=idempiere">IRC Channel</a><br> <p><a href="http://wiki.idempiere.org/">Wiki</a> - <a href="http://www.idempiere.org">Resources</a> - <a href="http://webchat.freenode.net/?channels=idempiere">IRC Channel</a><br>
<a href="http://groups.google.com/group/idempiere">Forums</a> - <a href="http://jira.idempiere.com">Support Requests</a></p> <a href="http://groups.google.com/group/idempiere">Forums</a> - <a href="http://jira.idempiere.com">Support Requests</a></p>
</td> </td>
@ -223,7 +223,7 @@ Start iDempiere via RUN_Adempiere </td>
<tbody> <tbody>
<tr> <tr>
<td>&copy; Copyright 2012 iDempiere - All rights reserved - <a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">iDempiere License is GPLv2</a></td> <td>&copy; Copyright 2013 iDempiere - All rights reserved - <a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">iDempiere License is GPLv2</a></td>
</tr> </tr>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@ -6,8 +6,8 @@
</head> </head>
<body> <body>
<script language="JavaScript" type="text/javascript"> <script language="JavaScript" type="text/javascript">
document.location='adempiere.html'; document.location='idempiere.html';
</script> </script>
<p>Click <a href="adempiere.html">here</a> if not forwarded automatically</p> <p>Click <a href="idempiere.html">here</a> if not forwarded automatically</p>
</body> </body>
</html> </html>

View File

@ -189,7 +189,7 @@ public class AdempiereMonitor extends HttpServlet
return false; return false;
} }
WebDoc doc = WebDoc.create ("Adempiere Server Monitor Log"); WebDoc doc = WebDoc.create ("iDempiere Server Monitor Log");
// Body // Body
body b = doc.getBody(); body b = doc.getBody();
// //
@ -555,7 +555,7 @@ public class AdempiereMonitor extends HttpServlet
private void createSummaryPage (HttpServletRequest request, HttpServletResponse response,boolean refresh) private void createSummaryPage (HttpServletRequest request, HttpServletResponse response,boolean refresh)
throws ServletException, IOException throws ServletException, IOException
{ {
WebDoc doc = WebDoc.create ("Adempiere Server Monitor"); WebDoc doc = WebDoc.create ("iDempiere Server Monitor");
// log.info("ServletConfig=" + getServletConfig()); // log.info("ServletConfig=" + getServletConfig());
AdempiereServerGroup.get().dump(); AdempiereServerGroup.get().dump();
@ -1094,7 +1094,7 @@ public class AdempiereMonitor extends HttpServlet
*/ */
public String getServletInfo () public String getServletInfo ()
{ {
return "Adempiere Server Monitor"; return "iDempiere Server Monitor";
} // getServletName } // getServletName
private static final String s_dirAccessFileName = "dirAccess.txt"; private static final String s_dirAccessFileName = "dirAccess.txt";

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -60,7 +60,7 @@ public class AGlassPane extends JPanel implements MouseListener, ActionListener
} // AGlassPane } // AGlassPane
/** The Image */ /** The Image */
public static Image s_image = Env.getImage("C10030.gif"); public static Image s_image = Env.getImage("iD10030.png");
/** The Message Font */ /** The Message Font */
public static Font s_font = new Font("Dialog", 3, 14); public static Font s_font = new Font("Dialog", 3, 14);
/** The Message Color */ /** The Message Color */

View File

@ -145,7 +145,7 @@ public class Waiting extends CDialog
infoLabel.setFont(new java.awt.Font("Dialog", 3, 14)); infoLabel.setFont(new java.awt.Font("Dialog", 3, 14));
infoLabel.setHorizontalAlignment(SwingConstants.CENTER); infoLabel.setHorizontalAlignment(SwingConstants.CENTER);
infoLabel.setHorizontalTextPosition(SwingConstants.RIGHT); infoLabel.setHorizontalTextPosition(SwingConstants.RIGHT);
infoLabel.setIcon(Env.getImageIcon("C10030.gif")); infoLabel.setIcon(Env.getImageIcon("iD10030.png"));
infoLabel.setIconTextGap(10); infoLabel.setIconTextGap(10);
mainPanel.add(infoLabel, BorderLayout.NORTH); mainPanel.add(infoLabel, BorderLayout.NORTH);
mainPanel.add(progressBar, BorderLayout.CENTER); mainPanel.add(progressBar, BorderLayout.CENTER);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 891 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 517 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 929 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 517 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 800 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -640,7 +640,7 @@ public class CompiereColor implements Serializable
if (!isTexture()) if (!isTexture())
return null; return null;
if (m_textureURL == null) if (m_textureURL == null)
m_textureURL = CompiereColor.class.getResource("Adempiere00x100.gif"); m_textureURL = CompiereColor.class.getResource("iDempiere00x100.gif");
return m_textureURL; return m_textureURL;
} // getTextureURL } // getTextureURL

View File

@ -93,7 +93,7 @@ public class Splash extends Frame
*/ */
public Splash (String text) public Splash (String text)
{ {
super("Adempiere"); super("iDempiere");
System.out.println(text); System.out.println(text);
message.setText(text); message.setText(text);
try try

View File

@ -42,7 +42,7 @@ public class WebUIResourceFinder implements IResourceFinder {
@Override @Override
public URL getResource(String name) { public URL getResource(String name) {
if ("images/AdempiereHR.png".equals(name) || "images/Adempiere.png".equals(name)) { if ("images/iDempiereHR.png".equals(name) || "images/iDempiere.png".equals(name)) {
name = ThemeManager.getThemeResource("images/header-logo.png"); name = ThemeManager.getThemeResource("images/header-logo.png");
} }
Enumeration<URL> e = find(name); Enumeration<URL> e = find(name);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -25,7 +25,7 @@ Copyright (C) 2009 Idalica Corporation
image="http://sfx-images.mozilla.org/affiliates/Buttons/firefox3/110x32_get_ffx.png" image="http://sfx-images.mozilla.org/affiliates/Buttons/firefox3/110x32_get_ffx.png"
target="_blank" target="_blank"
/> />
<button href="http://www.idempiere.org" image="images/AD32.png" <button href="http://www.idempiere.org" image="images/iD32.png"
tooltiptext="iDempiere Community" style="height:32px; width:32px" target="_blank"/> tooltiptext="iDempiere Community" style="height:32px; width:32px" target="_blank"/>
</div> </div>

View File

@ -10,7 +10,7 @@ Copyright (C) 2009 Idalica Corporation
<hbox align="center"> <hbox align="center">
<toolbarbutton <toolbarbutton
href="http://www.idalica.com" image="http://www.testadempiere.com/images/Idalica_Logo-grey-sm.png" target="_blank"/> href="http://www.idalica.com" image="http://www.testadempiere.com/images/Idalica_Logo-grey-sm.png" target="_blank"/>
<label value="ADempiere Online Demonstration - Built Nightly by Idalica" <label value="iDempiere Online Demonstration - Built Nightly by Idalica"
style="font-family:Arial,sans-serif; color:#578BB8; font-size:1em; font-weight: bold;" /> style="font-family:Arial,sans-serif; color:#578BB8; font-size:1em; font-weight: bold;" />
</hbox> </hbox>
</div> </div>
@ -18,7 +18,7 @@ Copyright (C) 2009 Idalica Corporation
if="${desktop.execution.serverName.startsWith(&quot;demo.&quot;)}"> if="${desktop.execution.serverName.startsWith(&quot;demo.&quot;)}">
<hbox align="center"> <hbox align="center">
<toolbarbutton <toolbarbutton
href="http://www.idempiere.org" image="http://www.idempiere.org/_/rsrc/1341897488671/config/customLogo.gif?revision=2" target="_blank"/> href="http://www.idempiere.org" image="http://www.idempiere.org/_/rsrc/1366146890872/config/customLogo.gif?revision=3" target="_blank"/>
<label value="iDempiere Online Demonstration" <label value="iDempiere Online Demonstration"
style="font-family:Arial,sans-serif; color:#578BB8; font-size:1.5em; font-weight: bold;" /> style="font-family:Arial,sans-serif; color:#578BB8; font-size:1.5em; font-weight: bold;" />
</hbox> </hbox>

View File

@ -36,7 +36,7 @@ public final class ALoginRes extends ListResourceBundle
{ {
{ "Connection", "Connection" }, { "Connection", "Connection" },
{ "Defaults", "Defaults" }, { "Defaults", "Defaults" },
{ "Login", "ADempiere Login" }, { "Login", "iDempiere Login" },
{ "File", "&File" }, { "File", "&File" },
{ "Exit", "Exit" }, { "Exit", "Exit" },
{ "Help", "&Help" }, { "Help", "&Help" },

View File

@ -34,7 +34,7 @@ public final class ALoginRes_ca extends ListResourceBundle
{ {
{ "Connection", "Connexi\u00f3" }, { "Connection", "Connexi\u00f3" },
{ "Defaults", "Valors Predeterminats" }, { "Defaults", "Valors Predeterminats" },
{ "Login", "Acc\u00e9s ADempiere" }, { "Login", "Acc\u00e9s iDempiere" },
{ "File", "Fitxer" }, { "File", "Fitxer" },
{ "Exit", "Sortir" }, { "Exit", "Sortir" },
{ "Help", "Ajuda" }, { "Help", "Ajuda" },

View File

@ -33,7 +33,7 @@ public final class ALoginRes_da extends ListResourceBundle
{ {
{ "Connection", "Forbindelse" }, { "Connection", "Forbindelse" },
{ "Defaults", "Basis" }, { "Defaults", "Basis" },
{ "Login", "ADempiere: Log p\u00e5" }, { "Login", "iDempiere: Log p\u00e5" },
{ "File", "Fil" }, { "File", "Fil" },
{ "Exit", "Afslut" }, { "Exit", "Afslut" },
{ "Help", "Hj\u00e6lp" }, { "Help", "Hj\u00e6lp" },

View File

@ -33,7 +33,7 @@ public final class ALoginRes_de extends ListResourceBundle
{ {
{ "Connection", "Anmeldung" }, { "Connection", "Anmeldung" },
{ "Defaults", "Standardwerte" }, { "Defaults", "Standardwerte" },
{ "Login", "ADempiere-Anmeldung" }, { "Login", "iDempiere-Anmeldung" },
{ "File", "Datei" }, { "File", "Datei" },
{ "Exit", "Beenden" }, { "Exit", "Beenden" },
{ "Help", "Hilfe" }, { "Help", "Hilfe" },

View File

@ -36,7 +36,7 @@ public final class ALoginRes_el extends ListResourceBundle
{ {
{ "Connection", "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7" }, { "Connection", "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7" },
{ "Defaults", "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2" }, { "Defaults", "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2" },
{ "Login", "ADempiere - \u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2" }, { "Login", "iDempiere - \u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2" },
{ "File", "\u0391\u03c1\u03c7\u03b5\u03af\u03bf" }, { "File", "\u0391\u03c1\u03c7\u03b5\u03af\u03bf" },
{ "Exit", "\u0388\u03be\u03bf\u03b4\u03bf\u03c2" }, { "Exit", "\u0388\u03be\u03bf\u03b4\u03bf\u03c2" },
{ "Help", "\u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1" }, { "Help", "\u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1" },

View File

@ -33,7 +33,7 @@ public final class ALoginRes_es extends ListResourceBundle
{ {
{ "Connection", "Conexi\u00f3n" }, { "Connection", "Conexi\u00f3n" },
{ "Defaults", "Predeterminados" }, { "Defaults", "Predeterminados" },
{ "Login", "Autenticaci\u00f3n ADempiere" }, { "Login", "Autenticaci\u00f3n iDempiere" },
{ "File", "Archivo" }, { "File", "Archivo" },
{ "Exit", "Salir" }, { "Exit", "Salir" },
{ "Help", "Ayuda" }, { "Help", "Ayuda" },

View File

@ -33,7 +33,7 @@ public class ALoginRes_fr extends ListResourceBundle
{ {
{ "Connection", "Connexion" }, { "Connection", "Connexion" },
{ "Defaults", "D\u00E9fauts" }, { "Defaults", "D\u00E9fauts" },
{ "Login", "Login ADempiere" }, { "Login", "Login iDempiere" },
{ "File", "Fichier" }, { "File", "Fichier" },
{ "Exit", "Sortir" }, { "Exit", "Sortir" },
{ "Help", "Aide" }, { "Help", "Aide" },

View File

@ -33,7 +33,7 @@ public final class ALoginRes_hr extends ListResourceBundle
{ {
{ "Connection", "Veza" }, { "Connection", "Veza" },
{ "Defaults", "Uobi\u010dajeno" }, { "Defaults", "Uobi\u010dajeno" },
{ "Login", "ADempiere Login" }, { "Login", "iDempiere Login" },
{ "File", "Datoteka" }, { "File", "Datoteka" },
{ "Exit", "Izlaz" }, { "Exit", "Izlaz" },
{ "Help", "Pomo\u0107" }, { "Help", "Pomo\u0107" },

View File

@ -36,7 +36,7 @@ public final class ALoginRes_hu extends ListResourceBundle
{ {
{ "Connection", "Kapcsolat" }, { "Connection", "Kapcsolat" },
{ "Defaults", "Alap\u00e9rtelmez\u00e9s" }, { "Defaults", "Alap\u00e9rtelmez\u00e9s" },
{ "Login", "ADempiere Bel\u00e9p\u00e9s" }, { "Login", "iDempiere Bel\u00e9p\u00e9s" },
{ "File", "F\u00e1jl" }, { "File", "F\u00e1jl" },
{ "Exit", "Kil\u00e9p\u00e9s" }, { "Exit", "Kil\u00e9p\u00e9s" },
{ "Help", "S\u00fag\u00f3" }, { "Help", "S\u00fag\u00f3" },

View File

@ -33,7 +33,7 @@ public final class ALoginRes_in extends ListResourceBundle
{ {
{ "Connection", "Koneksi" }, { "Connection", "Koneksi" },
{ "Defaults", "Konfigurasi Dasar" }, { "Defaults", "Konfigurasi Dasar" },
{ "Login", "Login ADempiere" }, { "Login", "Login iDempiere" },
{ "File", "File" }, { "File", "File" },
{ "Exit", "Keluar" }, { "Exit", "Keluar" },
{ "Help", "Tolong" }, { "Help", "Tolong" },

View File

@ -29,7 +29,7 @@ public final class ALoginRes_it extends ListResourceBundle
static final Object[][] contents = new String[][]{ static final Object[][] contents = new String[][]{
{ "Connection", "Connessione" }, { "Connection", "Connessione" },
{ "Defaults", "Defaults" }, //Need to be checked { "Defaults", "Defaults" }, //Need to be checked
{ "Login", "ADempiere Login" }, { "Login", "iDempiere Login" },
{ "File", "File" }, { "File", "File" },
{ "Exit", "Esci" }, { "Exit", "Esci" },
{ "Help", "Aiuto" }, { "Help", "Aiuto" },

View File

@ -31,7 +31,7 @@ public final class ALoginRes_nl extends ListResourceBundle
{ {
{ "Connection", "Verbinding" }, { "Connection", "Verbinding" },
{ "Defaults", "Standaard" }, { "Defaults", "Standaard" },
{ "Login", "Aanmelden bij ADempiere" }, { "Login", "Aanmelden bij iDempiere" },
{ "File", "Bestand" }, { "File", "Bestand" },
{ "Exit", "Afsluiten" }, { "Exit", "Afsluiten" },
{ "Help", "Help" }, { "Help", "Help" },
@ -61,7 +61,7 @@ public final class ALoginRes_nl extends ListResourceBundle
{ "Cancel", "Annuleren" }, { "Cancel", "Annuleren" },
{ "VersionConflict", "Versie Conflict:" }, { "VersionConflict", "Versie Conflict:" },
{ "VersionInfo", "Server <> Client" }, { "VersionInfo", "Server <> Client" },
{ "PleaseUpgrade", "Uw ADempiere installatie dient te worden bijgewerkt." } { "PleaseUpgrade", "Uw iDempiere installatie dient te worden bijgewerkt." }
}; };
/** /**

View File

@ -33,7 +33,7 @@ public final class ALoginRes_no extends ListResourceBundle
{ {
{ "Connection", "Forbindelse" }, { "Connection", "Forbindelse" },
{ "Defaults", "Vanlige" }, { "Defaults", "Vanlige" },
{ "Login", "ADempiere Loginn" }, { "Login", "iDempiere Loginn" },
{ "File", "Fil" }, { "File", "Fil" },
{ "Exit", "Avslutt" }, { "Exit", "Avslutt" },
{ "Help", "Hjelp" }, { "Help", "Hjelp" },

View File

@ -34,7 +34,7 @@ public final class ALoginRes_pt extends ListResourceBundle
{ {
{ "Connection", "Conex\u00e3o" }, { "Connection", "Conex\u00e3o" },
{ "Defaults", "Padr\u00f5es" }, { "Defaults", "Padr\u00f5es" },
{ "Login", "ADempiere Login" }, { "Login", "iDempiere Login" },
{ "File", "Arquivo" }, { "File", "Arquivo" },
{ "Exit", "Sair" }, { "Exit", "Sair" },
{ "Help", "Ajuda" }, { "Help", "Ajuda" },

View File

@ -31,7 +31,7 @@ public final class ALoginRes_ru extends ListResourceBundle
{ {
{ "Connection", "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435" }, { "Connection", "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435" },
{ "Defaults", "\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e" }, { "Defaults", "\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e" },
{ "Login", "\u0412\u0445\u043e\u0434 \u0432 ADempiere" }, { "Login", "\u0412\u0445\u043e\u0434 \u0432 iDempiere" },
{ "File", "\u0424\u0430\u0439\u043b" }, { "File", "\u0424\u0430\u0439\u043b" },
{ "Exit", "\u0412\u044b\u0445\u043e\u0434" }, { "Exit", "\u0412\u044b\u0445\u043e\u0434" },
{ "Help", "\u041f\u043e\u043c\u043e\u0449\u044c" }, { "Help", "\u041f\u043e\u043c\u043e\u0449\u044c" },

View File

@ -33,7 +33,7 @@ public final class ALoginRes_sr extends ListResourceBundle
{ {
{ "Connection", "\u0412\u0435\u0437\u0430" }, { "Connection", "\u0412\u0435\u0437\u0430" },
{ "Defaults", "\u0423\u043E\u0431\u0438\u0447\u0430\u0458\u0435\u043D\u043E" }, { "Defaults", "\u0423\u043E\u0431\u0438\u0447\u0430\u0458\u0435\u043D\u043E" },
{ "Login", "ADempiere \u043B\u043E\u0433\u043E\u0432\u0430\u045A\u0435" }, { "Login", "iDempiere \u043B\u043E\u0433\u043E\u0432\u0430\u045A\u0435" },
{ "File", "\u0414\u0430\u0442\u043E\u0442\u0435\u043A\u0430" }, { "File", "\u0414\u0430\u0442\u043E\u0442\u0435\u043A\u0430" },
{ "Exit", "\u0418\u0437\u043B\u0430\u0437" }, { "Exit", "\u0418\u0437\u043B\u0430\u0437" },
{ "Help", "\u041F\u043E\u043C\u043E\u045B" }, { "Help", "\u041F\u043E\u043C\u043E\u045B" },

View File

@ -33,7 +33,7 @@ public final class ALoginRes_sv extends ListResourceBundle
{ {
{ "Connection", "Anslutning" }, { "Connection", "Anslutning" },
{ "Defaults", "Standardinst\u00e4llningar" }, { "Defaults", "Standardinst\u00e4llningar" },
{ "Login", "ADempiere inloggning" }, { "Login", "iDempiere inloggning" },
{ "File", "Fil" }, { "File", "Fil" },
{ "Exit", "Avsluta" }, { "Exit", "Avsluta" },
{ "Help", "Hj\u00e4lp" }, { "Help", "Hj\u00e4lp" },

Some files were not shown because too many files have changed in this diff Show More