Re: svn commit: r688529 - in /ofbiz/trunk/applications: humanres/config/HumanResUiLabels.xml party/config/PartyUiLabels.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r688529 - in /ofbiz/trunk/applications: humanres/config/HumanResUiLabels.xml party/config/PartyUiLabels.xml

Jacques Le Roux
Administrator
In this commit I added PartyClassification French translation but sometimes it's not needed.
In other words the bug reported by Bruno in https://issues.apache.org/jira/browse/OFBIZ-1698 seems to be random...

Jacques

> Author: jleroux
> Date: Sun Aug 24 10:01:47 2008
> New Revision: 688529
>
> URL: http://svn.apache.org/viewvc?rev=688529&view=rev
> Log:
> French translation
>
> Modified:
>    ofbiz/trunk/applications/humanres/config/HumanResUiLabels.xml
>    ofbiz/trunk/applications/party/config/PartyUiLabels.xml
>
> Modified: ofbiz/trunk/applications/humanres/config/HumanResUiLabels.xml
> URL:
> http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/config/HumanResUiLabels.xml?rev=688529&r1=688528&r2=688529&view=diff
> ==============================================================================
> --- ofbiz/trunk/applications/humanres/config/HumanResUiLabels.xml (original)
> +++ ofbiz/trunk/applications/humanres/config/HumanResUiLabels.xml Sun Aug 24 10:01:47 2008
> @@ -552,6 +552,7 @@
>     </property>
>     <property key="HumanResEmploymentApp">
>         <value xml:lang="en">Employment Applications</value>
> +        <value xml:lang="fr">Demandes d'emploi</value>
>         <value xml:lang="it">Applicazione Impiegato</value>
>         <value xml:lang="th">โปรแกรมประยุกต์ใช้การจ้างงาน</value>
>     </property>
> @@ -768,6 +769,7 @@
>     </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>
> @@ -842,6 +844,7 @@
>     </property>
>     <property key="HumanResPartyResume">
>         <value xml:lang="en">Resumes</value>
> +        <value xml:lang="fr">CV</value>
>     </property>
>     <property key="HumanResPartyReview">
>         <value xml:lang="en">Party Review</value>
> @@ -989,6 +992,7 @@
>     </property>
>     <property key="HumanResTraining">
>         <value xml:lang="en">Trainings</value>
> +        <value xml:lang="fr">Formation</value>
>     </property>
>     <property key="HumanResViewPermissionError">
>         <value xml:lang="en">View Permission Error</value>
>
> Modified: ofbiz/trunk/applications/party/config/PartyUiLabels.xml
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/config/PartyUiLabels.xml?rev=688529&r1=688528&r2=688529&view=diff
> ==============================================================================
> --- ofbiz/trunk/applications/party/config/PartyUiLabels.xml (original)
> +++ ofbiz/trunk/applications/party/config/PartyUiLabels.xml Sun Aug 24 10:01:47 2008
> @@ -2627,6 +2627,7 @@
>         <value xml:lang="de">Klassifizierungen</value>
>         <value xml:lang="en">Classifications</value>
>         <value xml:lang="es">Clasificaciones</value>
> +        <value xml:lang="fr">Classifications</value>
>         <value xml:lang="it">Classificazioni</value>
>         <value xml:lang="nl">Classificaties</value>
>         <value xml:lang="ro">Clasificari</value>
>
>