Author: jleroux
Date: Sun Aug 24 10:30:37 2008 New Revision: 688535 URL: http://svn.apache.org/viewvc?rev=688535&view=rev Log: i18n cleaning Modified: ofbiz/trunk/applications/humanres/config/HumanResUiLabels.xml ofbiz/trunk/applications/humanres/widget/Menus.xml ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml ofbiz/trunk/framework/common/config/CommonUiLabels.xml ofbiz/trunk/specialpurpose/projectmgr/config/ProjectMgrUiLabels.xml Modified: ofbiz/trunk/applications/humanres/config/HumanResUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/config/HumanResUiLabels.xml?rev=688535&r1=688534&r2=688535&view=diff ============================================================================== --- ofbiz/trunk/applications/humanres/config/HumanResUiLabels.xml (original) +++ ofbiz/trunk/applications/humanres/config/HumanResUiLabels.xml Sun Aug 24 10:30:37 2008 @@ -767,10 +767,6 @@ <value xml:lang="it">Crea/Aggiorna Riga Rassegna Prestazioni</value> <value xml:lang="th">สรà¹à¸²à¸/à¹à¸à¹à¹à¸ รายà¸à¸²à¸£à¸à¸²à¸£à¸à¸£à¸§à¸à¸ªà¸à¸à¸ªà¸´à¸à¸à¸´à¸à¸´à¹à¸¨à¸©</value> </property> - <property key="HumanResPartySkills"> - <value xml:lang="en">Party Skills</value> - <value xml:lang="fr">Compétences de l'acteur</value> - </property> <property key="HumanResEditEmplPositionType"> <value xml:lang="en">Edit Position Types</value> </property> Modified: ofbiz/trunk/applications/humanres/widget/Menus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/Menus.xml?rev=688535&r1=688534&r2=688535&view=diff ============================================================================== --- ofbiz/trunk/applications/humanres/widget/Menus.xml (original) +++ ofbiz/trunk/applications/humanres/widget/Menus.xml Sun Aug 24 10:30:37 2008 @@ -24,7 +24,7 @@ <menu-item name="Employment" title="${uiLabelMap.HumanResEmployment}"><link target="FindEmployments"/></menu-item> <menu-item name="Employee" title="${uiLabelMap.HumanResEmployee}"><link target="findEmployees"/></menu-item> <menu-item name="EmplPosition" title="${uiLabelMap.HumanResEmployeePosition}"><link target="FindEmplPositions"/></menu-item> - <menu-item name="PartySkills" title="${uiLabelMap.HumanResPartySkills}"><link target="FindPartySkills"/></menu-item> + <menu-item name="PartySkills" title="${uiLabelMap.CommonPartySkills}"><link target="FindPartySkills"/></menu-item> <menu-item name="PartyQual" title="${uiLabelMap.HumanResPartyQualification}"><link target="FindPartyQuals"/></menu-item> <menu-item name="Training" title="${uiLabelMap.HumanResTraining}"><link target="FindPersonTrainings"/></menu-item> <menu-item name="EmploymentApp" title="${uiLabelMap.HumanResEmploymentApp}"><link target="FindEmploymentApps"/></menu-item> @@ -113,7 +113,7 @@ <menu-item name="viewprofile" title="${uiLabelMap.PartyProfile}"> <link target="viewprofile?partyId=${partyId}"/> </menu-item> - <menu-item name="EditPartySkills" title="${uiLabelMap.HumanResPartySkills}"> + <menu-item name="EditPartySkills" title="${uiLabelMap.CommonPartySkills}"> <link target="EditPartySkills?partyId=${partyId}"/> </menu-item> <menu-item name="EditPartyQuals" title="${uiLabelMap.HumanResPartyQualification}"> Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml?rev=688535&r1=688534&r2=688535&view=diff ============================================================================== --- ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml (original) +++ ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml Sun Aug 24 10:30:37 2008 @@ -58,7 +58,7 @@ <menu-item name="PartyContents" title="${uiLabelMap.PartyContent}"> <link target="EditPartyContents?partyId=${partyId}"/> </menu-item> - <menu-item name="EditPartySkills" title="${uiLabelMap.ProjectMgrPartySkills}"> + <menu-item name="EditPartySkills" title="${uiLabelMap.CommonPartySkills}"> <link target="EditPartySkills?partyId=${partyId}"/> </menu-item> <menu-item name="EditPersonTrainings" title="${uiLabelMap.HumanResTraining}"> Modified: ofbiz/trunk/framework/common/config/CommonUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonUiLabels.xml?rev=688535&r1=688534&r2=688535&view=diff ============================================================================== --- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original) +++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Sun Aug 24 10:30:37 2008 @@ -4185,6 +4185,13 @@ <value xml:lang="zh_CN">å¢ä½æ è¯</value> <value xml:lang="zh">ä¼åæ è¯</value> </property> + <property key="CommonPartySkills"> + <value xml:lang="en">Party Skills</value> + <value xml:lang="fr">Compétences de l'acteur</value> + <value xml:lang="it">Abilità Soggetto</value> + <value xml:lang="th">à¸à¸±à¸à¸©à¸°à¸à¸à¸à¸à¸¥à¸¸à¹à¸¡à¸à¸¹à¹à¹à¸à¹</value> + <value xml:lang="zh">ä¼åæè½</value> + </property> <property key="CommonPassword"> <value xml:lang="ar">ÙÙÙ Ø© اÙسر</value> <value xml:lang="cs">Heslo</value> Modified: ofbiz/trunk/specialpurpose/projectmgr/config/ProjectMgrUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/config/ProjectMgrUiLabels.xml?rev=688535&r1=688534&r2=688535&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/config/ProjectMgrUiLabels.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/config/ProjectMgrUiLabels.xml Sun Aug 24 10:30:37 2008 @@ -602,12 +602,6 @@ <value xml:lang="th">รหัสสà¸à¸²à¸à¸°à¸à¸£à¸°à¹à¸ à¸</value> <value xml:lang="zh">è§è²ç±»åId</value> </property> - <property key="ProjectMgrPartySkills"> - <value xml:lang="en">Party Skills</value> - <value xml:lang="it">Abilità Soggetto</value> - <value xml:lang="th">à¸à¸±à¸à¸©à¸°à¸à¸à¸à¸à¸¥à¸¸à¹à¸¡à¸à¸¹à¹à¹à¸à¹</value> - <value xml:lang="zh">ä¼åæè½</value> - </property> <property key="ProjectMgrPhaseDetails"> <value xml:lang="en">Enter the Phase Details below</value> <value xml:lang="it">Inserire i Dettagli della Fase qui sotto</value> |
Free forum by Nabble | Edit this page |