Author: jleroux
Date: Tue Dec 23 03:43:37 2008 New Revision: 728929 URL: http://svn.apache.org/viewvc?rev=728929&view=rev Log: Some i18n fixes and French l10n Modified: ofbiz/trunk/framework/common/config/CommonUiLabels.xml ofbiz/trunk/specialpurpose/mypage/config/MyPageUiLabels.xml ofbiz/trunk/specialpurpose/mypage/widget/MyPageMenus.xml ofbiz/trunk/specialpurpose/myportal/widget/MyPortalMenus.xml Modified: ofbiz/trunk/framework/common/config/CommonUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonUiLabels.xml?rev=728929&r1=728928&r2=728929&view=diff ============================================================================== --- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original) +++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Tue Dec 23 03:43:37 2008 @@ -3614,32 +3614,43 @@ </property> <property key="CommonMovePortletBottom"> <value xml:lang="en">Move Portlet at the Bottom</value> + <value xml:lang="fr">Déplacer le porlet tout en bas</value> <value xml:lang="it">Sposta il portlet in fondo</value> </property> <property key="CommonMovePortletDown"> <value xml:lang="en">Move Portlet Down</value> + <value xml:lang="fr">Déplacer le porlet en bas</value> <value xml:lang="it">Sposta il portlet in basso</value> </property> <property key="CommonMovePortletLeft"> <value xml:lang="en">Move Portlet Left</value> + <value xml:lang="fr">Déplacer le porlet à gauche</value> <value xml:lang="it">Sposta il portlet a sinistra</value> </property> <property key="CommonMovePortletRight"> <value xml:lang="en">Move Portlet Right</value> + <value xml:lang="fr">Déplacer le porlet à droite</value> <value xml:lang="it">Sposta il portlet a destra</value> </property> <property key="CommonMovePortletTop"> <value xml:lang="en">Move Portlet at the Top</value> + <value xml:lang="fr">Déplacer le porlet tout en haut</value> <value xml:lang="it">Sposta il portlet in cima</value> </property> <property key="CommonMovePortletUp"> <value xml:lang="en">Move Portlet Up</value> + <value xml:lang="fr">Déplacer le porlet en haut</value> <value xml:lang="it">Sposta il portlet in alto</value> </property> <property key="CommonMoveToPortalPage"> <value xml:lang="en">Move to Portal Page...</value> + <value xml:lang="fr">Aller à la page "portail"</value> <value xml:lang="it">Sposta nella pagina...</value> </property> + <property key="CommonMyPersonalPage"> + <value xml:lang="en">My Personal Page</value> + <value xml:lang="fr">Ma propre page</value> + </property> <property key="CommonMyStatus"> <value xml:lang="ar">ØاÙتÙ</value> <value xml:lang="de">Mein Status</value> Modified: ofbiz/trunk/specialpurpose/mypage/config/MyPageUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/mypage/config/MyPageUiLabels.xml?rev=728929&r1=728928&r2=728929&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/mypage/config/MyPageUiLabels.xml (original) +++ ofbiz/trunk/specialpurpose/mypage/config/MyPageUiLabels.xml Tue Dec 23 03:43:37 2008 @@ -102,6 +102,14 @@ <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="MyTasks"> + <value xml:lang="en">My Tasks</value> + <value xml:lang="fr">Mes Tâches</value> + </property> + <property key="MyTimeSheets"> + <value xml:lang="en">My Time Sheets</value> + <value xml:lang="fr">Mes feuilles d'activité</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/MyPageMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/mypage/widget/MyPageMenus.xml?rev=728929&r1=728928&r2=728929&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/mypage/widget/MyPageMenus.xml (original) +++ ofbiz/trunk/specialpurpose/mypage/widget/MyPageMenus.xml Tue Dec 23 03:43:37 2008 @@ -20,7 +20,7 @@ <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd"> - <menu name="MyPageAppBar" id="app-navigation" type="simple" selected-menuitem-context-field-name="headerItem" default-selected-style="selected" title="My Personal Page" menu-container-style="button-bar tab-bar"> + <menu name="MyPageAppBar" id="app-navigation" type="simple" selected-menuitem-context-field-name="headerItem" default-selected-style="selected" title="${uiLabelMap.CommonMyPersonalPage}" menu-container-style="button-bar tab-bar"> <menu-item name="main" title="${uiLabelMap.CommonMain}"> <condition> <not><if-empty field-name="userLogin"/></not> @@ -68,7 +68,7 @@ </condition> <link target="myCompanyComms"/> </menu-item> - <menu-item name="myTimesheet" title="${uiLabelMap.myTimesheet}"> + <menu-item name="myTimesheet" title="${uiLabelMap.MyTimeSheets}"> <condition> <and> <not><if-empty field-name="userLogin"/></not> @@ -81,7 +81,7 @@ </condition> <link target="myTimesheet?donePage=myTimeSheet"/> </menu-item> - <menu-item name="myTasks" title="${uiLabelMap.myTasks}"> + <menu-item name="myTasks" title="${uiLabelMap.MyTasks}"> <condition> <and> <not><if-empty field-name="userLogin"/></not> Modified: ofbiz/trunk/specialpurpose/myportal/widget/MyPortalMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/widget/MyPortalMenus.xml?rev=728929&r1=728928&r2=728929&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/myportal/widget/MyPortalMenus.xml (original) +++ ofbiz/trunk/specialpurpose/myportal/widget/MyPortalMenus.xml Tue Dec 23 03:43:37 2008 @@ -20,7 +20,7 @@ <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd"> - <menu name="MyPageAppBar" id="app-navigation" type="simple" selected-menuitem-context-field-name="headerItem" default-selected-style="selected" title="My Personal Page" menu-container-style="button-bar tab-bar"> + <menu name="MyPageAppBar" id="app-navigation" type="simple" selected-menuitem-context-field-name="headerItem" default-selected-style="selected" title="${uiLabelMap.CommonMyPersonalPage}" menu-container-style="button-bar tab-bar"> <menu-item name="main" title="${uiLabelMap.CommonMain}"> <condition> <not><if-empty field-name="userLogin"/></not> |
Free forum by Nabble | Edit this page |