[OFBiz] Dev - Localization

Can Castell cancastell at yahoo.com
Wed Sep 22 03:14:33 EDT 2004


Skipped content of type multipart/alternative-------------- next part --------------
Index: ofbiz/components/ecommerce/config/EcommerceUiLabels.properties
===================================================================
--- ofbiz/components/ecommerce/config/EcommerceUiLabels.properties	(revision 3485)
+++ ofbiz/components/ecommerce/config/EcommerceUiLabels.properties	(working copy)
@@ -81,6 +81,7 @@
 CommonClickHere=Click Here
 CommonComment=Comment
 CommonComments=Comments
+CommonContactUs=Contact Us
 CommonContinue=Continue
 CommonCouldBeUsedAs=Could be Used as
 CommonCreate=Create
Index: ofbiz/components/ecommerce/webapp/ecommerce/includes/header.ftl
===================================================================
--- ofbiz/components/ecommerce/webapp/ecommerce/includes/header.ftl	(revision 3485)
+++ ofbiz/components/ecommerce/webapp/ecommerce/includes/header.ftl	(working copy)
@@ -21,7 +21,7 @@
  *
  *@author     David E. Jones (jonesde at ofbiz.org)
  *@author     Andy Zeneski (jaz at ofbiz.org)
- *@version    $Rev:$
+ *@version    $Rev$
  *@since      2.1
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
@@ -88,7 +88,7 @@
           <#else>
               <td class="headerButtonLeft" nowrap><a href="<@ofbizUrl>${checkLoginUrl}</@ofbizUrl>" class="headerbuttontext">${uiLabelMap.CommonLogin}</a></td>
           </#if>
-          <td class="headerButtonLeft" nowrap><a href="<@ofbizUrl>/contactus</@ofbizUrl>" class="headerbuttontext">Contact Us</a></td>
+          <td class="headerButtonLeft" nowrap><a href="<@ofbizUrl>/contactus</@ofbizUrl>" class="headerbuttontext">${uiLabelMap.CommonContactUs}</a></td>
           <td class="headerButtonLeft" nowrap><a href="<@ofbizUrl>/main</@ofbizUrl>" class="headerbuttontext">${uiLabelMap.CommonMain}</a></td>
 
           <#if sessionAttributes.autoName?has_content>




More information about the Dev mailing list