Author: mrisaliti
Date: Mon Jan 12 14:36:38 2009 New Revision: 733943 URL: http://svn.apache.org/viewvc?rev=733943&view=rev Log: Some cleaning into Marketing component and some missing italian translations (Part of OFBIZ-1780) Modified: ofbiz/trunk/applications/ecommerce/config/EcommerceUiLabels.xml ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/profile/EditProfile.ftl ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/profile/NewCustomer.ftl ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml ofbiz/trunk/applications/marketing/src/org/ofbiz/marketing/marketing/MarketingServices.java ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListMenus.xml ofbiz/trunk/applications/marketing/webapp/marketing/lookup/LookupForms.xml ofbiz/trunk/applications/marketing/webapp/marketing/segment/SegmentForms.xml ofbiz/trunk/applications/marketing/webapp/marketing/segment/SegmentMenus.xml ofbiz/trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml ofbiz/trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeMenus.xml ofbiz/trunk/applications/marketing/widget/CommonScreens.xml ofbiz/trunk/applications/marketing/widget/ContactListScreens.xml ofbiz/trunk/applications/marketing/widget/MarketingCampaignScreens.xml ofbiz/trunk/applications/marketing/widget/MarketingMenus.xml ofbiz/trunk/applications/marketing/widget/ReportForms.xml ofbiz/trunk/applications/marketing/widget/SegmentScreens.xml ofbiz/trunk/applications/marketing/widget/TrackingCodeScreens.xml ofbiz/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml ofbiz/trunk/applications/party/webapp/partymgr/lookup/LookupForms.xml Modified: ofbiz/trunk/applications/ecommerce/config/EcommerceUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/config/EcommerceUiLabels.xml?rev=733943&r1=733942&r2=733943&view=diff ============================================================================== --- ofbiz/trunk/applications/ecommerce/config/EcommerceUiLabels.xml (original) +++ ofbiz/trunk/applications/ecommerce/config/EcommerceUiLabels.xml Mon Jan 12 14:36:38 2009 @@ -33,6 +33,11 @@ <value xml:lang="th">à¸à¸±à¸à¸à¸µà¸à¸à¸à¸à¸¸à¸à¸¥à¸à¸à¸à¸´à¸à¹à¸à¹à¸²à¸ªà¸¹à¹à¸£à¸°à¸à¸à¸à¸·à¸</value> <value xml:lang="zh">ä½ ç»å½çè´¦æ·æ¯ï¼</value> </property> + <property key="EcommerceAccountInformation"> + <value xml:lang="en">Account Information</value> + <value xml:lang="fr">Information sur le compte</value> + <value xml:lang="it">Informazioni utente</value> + </property> <property key="EcommerceActive"> <value xml:lang="cs">Váš E-mail</value> <value xml:lang="de">Aktiv</value> Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/profile/EditProfile.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/profile/EditProfile.ftl?rev=733943&r1=733942&r2=733943&view=diff ============================================================================== --- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/profile/EditProfile.ftl (original) +++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/profile/EditProfile.ftl Mon Jan 12 14:36:38 2009 @@ -51,7 +51,7 @@ </div> <div class="center right"> - <div class="screenlet-header"><div class='boxhead'> ${uiLabelMap.AccountInformation}</div></div> + <div class="screenlet-header"><div class='boxhead'> ${uiLabelMap.EcommerceAccountInformation}</div></div> <div class="screenlet-body"> <div class="form-row"> <div class="field-label"><label for="userName">${uiLabelMap.CommonUsername}*</label></div> Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/profile/NewCustomer.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/profile/NewCustomer.ftl?rev=733943&r1=733942&r2=733943&view=diff ============================================================================== --- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/profile/NewCustomer.ftl (original) +++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/profile/NewCustomer.ftl Mon Jan 12 14:36:38 2009 @@ -48,7 +48,7 @@ </div> </div> <div class="center right"> - <div class="screenlet-header"><div class='boxhead'> ${uiLabelMap.AccountInformation}</div></div> + <div class="screenlet-header"><div class='boxhead'> ${uiLabelMap.EcommerceAccountInformation}</div></div> <div id="userNameAndPasswordPanel"> <div class="form-row"> <div class="field-label"><label for="userName">${uiLabelMap.CommonUsername}* <span id="advice-required-username" style="display: none" class="errorMessage">(required)</span></label></div> |
Free forum by Nabble | Edit this page |