You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2009/04/03 23:06:58 UTC

svn commit: r761795 - in /ofbiz/trunk/applications: content/config/ContentEntityLabels.xml humanres/config/HumanResUiLabels.xml humanres/widget/forms/EmployeeForms.xml

Author: mrisaliti
Date: Fri Apr  3 21:06:57 2009
New Revision: 761795

URL: http://svn.apache.org/viewvc?rev=761795&view=rev
Log:
Missing translations

Modified:
    ofbiz/trunk/applications/content/config/ContentEntityLabels.xml
    ofbiz/trunk/applications/humanres/config/HumanResUiLabels.xml
    ofbiz/trunk/applications/humanres/widget/forms/EmployeeForms.xml

Modified: ofbiz/trunk/applications/content/config/ContentEntityLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/config/ContentEntityLabels.xml?rev=761795&r1=761794&r2=761795&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/config/ContentEntityLabels.xml (original)
+++ ofbiz/trunk/applications/content/config/ContentEntityLabels.xml Fri Apr  3 21:06:57 2009
@@ -1848,6 +1848,10 @@
         <value xml:lang="th">ตัวอักษร XML</value>
         <value xml:lang="zh">XML文本</value>
     </property>
+    <property key="MimeType.description.text/x-vcard">
+        <value xml:lang="en">electronic business card</value>
+        <value xml:lang="it">carta business elettronica</value>
+    </property>
     <property key="MimeType.description.video/avi">
         <value xml:lang="en">AVI Video</value>
         <value xml:lang="it">Video AVI</value>

Modified: ofbiz/trunk/applications/humanres/config/HumanResUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/config/HumanResUiLabels.xml?rev=761795&r1=761794&r2=761795&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/config/HumanResUiLabels.xml (original)
+++ ofbiz/trunk/applications/humanres/config/HumanResUiLabels.xml Fri Apr  3 21:06:57 2009
@@ -765,6 +765,10 @@
         <value xml:lang="it">Tipo licenziamento impiegato</value>
         <value xml:lang="zh">雇员请假类型类型</value>
     </property>
+    <property key="HumanResEmplPartyIdFromNotSpecified">
+        <value xml:lang="en">Not specified</value>
+        <value xml:lang="it">Non specificato</value>
+    </property>
     <property key="HumanResEmplPositionId">
         <value xml:lang="en">Employee Position Id</value>
         <value xml:lang="fr">Réf. de position des employés</value>

Modified: ofbiz/trunk/applications/humanres/widget/forms/EmployeeForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmployeeForms.xml?rev=761795&r1=761794&r2=761795&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmployeeForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmployeeForms.xml Fri Apr  3 21:06:57 2009
@@ -29,9 +29,9 @@
         <field name="partyIdFrom" title="${uiLabelMap.OrderOrderEntryInternalOrganization}" tooltip="${uiLabelMap.CommonRequired}" widget-style="required">
             <drop-down allow-empty="true">
                 <entity-options entity-name="PartyRoleNameDetail" key-field-name="partyId" description="${groupName}">
-                    <entity-constraint name="roleTypeId" operator="equals" value="INTERNAL_ORGANIZATIO"/>                    
+                    <entity-constraint name="roleTypeId" operator="equals" value="INTERNAL_ORGANIZATIO"/>
                 </entity-options>
-                <option key="null" description="-----"/>
+                <option key="null" description="${uiLabelMap.HumanResEmplPartyIdFromNotSpecified}"/>
             </drop-down>
         </field>
         <field name="fromDate" title="${uiLabelMap.WorkEffortEstimatedStartDate}"><date-time/></field>