You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Carsten Schinzer (JIRA)" <ji...@apache.org> on 2009/08/25 01:14:59 UTC

[jira] Created: (OFBIZ-2857) Extend ProductUiLabels.xml (rev 797259) with more locales for ProductCompare

Extend ProductUiLabels.xml (rev 797259) with more locales for ProductCompare
----------------------------------------------------------------------------

                 Key: OFBIZ-2857
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2857
             Project: OFBiz
          Issue Type: Improvement
          Components: product
    Affects Versions: SVN trunk
         Environment: irreleant - confguration files
            Reporter: Carsten Schinzer
            Priority: Trivial


I have extended the entry for ProductAddToCompare with more locales as follows:

    <property key="ProductAddToCompare">
        <value xml:lang="de">Vergleichen</value>
        <value xml:lang="en">Add To Compare</value>
        <value xml:lang="fr">Comparer</value>
    </property>
    <property key="ProductAddToCompareListSuccess">
        <value xml:lang="de">${name} wurde erfolgreich zum Produktvergleich hinzugefügt</value>
        <value xml:lang="en">Product ${name} successfully added to compare list</value>
        <value xml:lang="fr">Succès d'ajouter ${name} à la liste de produits à comparer</value>
    </property>

If there is any chance to include this into the SVN trunk soon, I'd be glad since users interested in i18n will save some time editing the entries themselves.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-2857) Extend ProductUiLabels.xml with more locales for ProductCompare

Posted by "Carsten Schinzer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Schinzer updated OFBIZ-2857:
------------------------------------

    Summary: Extend ProductUiLabels.xml with more locales for ProductCompare  (was: Extend ProductUiLabels.xml (rev 797259) with more locales for ProductCompare)

> Extend ProductUiLabels.xml with more locales for ProductCompare
> ---------------------------------------------------------------
>
>                 Key: OFBIZ-2857
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2857
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: irreleant - confguration files
>            Reporter: Carsten Schinzer
>            Priority: Trivial
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> I have extended the entry for ProductAddToCompare with more locales as follows:
>     <property key="ProductAddToCompare">
>         <value xml:lang="de">Vergleichen</value>
>         <value xml:lang="en">Add To Compare</value>
>         <value xml:lang="fr">Comparer</value>
>     </property>
>     <property key="ProductAddToCompareListSuccess">
>         <value xml:lang="de">${name} wurde erfolgreich zum Produktvergleich hinzugefügt</value>
>         <value xml:lang="en">Product ${name} successfully added to compare list</value>
>         <value xml:lang="fr">Succès d'ajouter ${name} à la liste de produits à comparer</value>
>     </property>
> If there is any chance to include this into the SVN trunk soon, I'd be glad since users interested in i18n will save some time editing the entries themselves.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OFBIZ-2857) Extend ProductUiLabels.xml with more locales for ProductCompare

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-2857.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
         Assignee: Jacques Le Roux

Thanks Carsten,

Your (sligtly modified for French) patch is in trunk at r810824  


> Extend ProductUiLabels.xml with more locales for ProductCompare
> ---------------------------------------------------------------
>
>                 Key: OFBIZ-2857
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2857
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: irreleant - confguration files
>            Reporter: Carsten Schinzer
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2857_Extend ProductUiLabels.xml with more locales for ProductCompare.patch
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> I have extended the entry for ProductAddToCompare with more locales as follows:
>     <property key="ProductAddToCompare">
>         <value xml:lang="de">Vergleichen</value>
>         <value xml:lang="en">Add To Compare</value>
>         <value xml:lang="fr">Comparer</value>
>     </property>
>     <property key="ProductAddToCompareListSuccess">
>         <value xml:lang="de">${name} wurde erfolgreich zum Produktvergleich hinzugefügt</value>
>         <value xml:lang="en">Product ${name} successfully added to compare list</value>
>         <value xml:lang="fr">Succès d'ajouter ${name} à la liste de produits à comparer</value>
>     </property>
> If there is any chance to include this into the SVN trunk soon, I'd be glad since users interested in i18n will save some time editing the entries themselves.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-2857) Extend ProductUiLabels.xml with more locales for ProductCompare

Posted by "Carsten Schinzer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Schinzer updated OFBIZ-2857:
------------------------------------

    Attachment: OFBIZ-2857_Extend ProductUiLabels.xml with more locales for ProductCompare.patch

the patch

> Extend ProductUiLabels.xml with more locales for ProductCompare
> ---------------------------------------------------------------
>
>                 Key: OFBIZ-2857
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2857
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: irreleant - confguration files
>            Reporter: Carsten Schinzer
>            Priority: Trivial
>         Attachments: OFBIZ-2857_Extend ProductUiLabels.xml with more locales for ProductCompare.patch
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> I have extended the entry for ProductAddToCompare with more locales as follows:
>     <property key="ProductAddToCompare">
>         <value xml:lang="de">Vergleichen</value>
>         <value xml:lang="en">Add To Compare</value>
>         <value xml:lang="fr">Comparer</value>
>     </property>
>     <property key="ProductAddToCompareListSuccess">
>         <value xml:lang="de">${name} wurde erfolgreich zum Produktvergleich hinzugefügt</value>
>         <value xml:lang="en">Product ${name} successfully added to compare list</value>
>         <value xml:lang="fr">Succès d'ajouter ${name} à la liste de produits à comparer</value>
>     </property>
> If there is any chance to include this into the SVN trunk soon, I'd be glad since users interested in i18n will save some time editing the entries themselves.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.