Author: jleroux
Date: Wed Aug 13 20:07:17 2008
New Revision: 685755
URL:
http://svn.apache.org/viewvc?rev=685755&view=revLog:
One i18n and some French l10n, more to do...
Modified:
ofbiz/trunk/specialpurpose/mypage/config/MyPageUiLabels.xml
ofbiz/trunk/specialpurpose/mypage/widget/CommonScreens.xml
Modified: ofbiz/trunk/specialpurpose/mypage/config/MyPageUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/mypage/config/MyPageUiLabels.xml?rev=685755&r1=685754&r2=685755&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/mypage/config/MyPageUiLabels.xml (original)
+++ ofbiz/trunk/specialpurpose/mypage/config/MyPageUiLabels.xml Wed Aug 13 20:07:17 2008
@@ -28,7 +28,7 @@
</property>
<property key="IncomingCustRequests">
<value xml:lang="en">Incoming customer requests</value>
- <value xml:lang="fr">Nouvelle demande utilisateur</value>
+ <value xml:lang="fr">Nouvelles demandes utilisateur</value>
</property>
<property key="MyCommunications">
<value xml:lang="en">My Communications</value>
@@ -70,6 +70,10 @@
<value xml:lang="en">Use the demo userLogin id's 'DemoCustomer1' and 'DemoEmployee1' for a demo.</value>
<value xml:lang="fr">Utilisez l'identifiant de connexion 'DemoCustomer1' ou 'DemoEmployee1' pour une démonstration.</value>
</property>
+ <property key="MyPagePagesVisible">
+ <value xml:lang="en">pages visible on the main screen.</value>
+ <value xml:lang="fr">Pages visibles sur l'écran principal.</value>
+ </property>
<property key="OpenEvents">
<value xml:lang="en">Open Communications</value>
<value xml:lang="fr">Communications ouvertes</value>
Modified: ofbiz/trunk/specialpurpose/mypage/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/mypage/widget/CommonScreens.xml?rev=685755&r1=685754&r2=685755&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/mypage/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/mypage/widget/CommonScreens.xml Wed Aug 13 20:07:17 2008
@@ -326,7 +326,7 @@
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
- <screenlet title="${uiLabelMap.CommonPreferences}: pages visible on the main screen">
+ <screenlet title="${uiLabelMap.CommonPreferences}: ${uiLabelMap.MyPagePagesVisible}">
<include-form name="preferences" location="component://mypage/widget/MyPageForms.xml"/>
</screenlet>
</decorator-section>