VirtueMart Forum

VirtueMart 2 + 3 + 4 => Language/Translations => Topic started by: billledouble on January 06, 2012, 12:23:22 PM

Title: Translation problem
Post by: billledouble on January 06, 2012, 12:23:22 PM
VM 2 / Joomla 1.7

Hi,

I'm using Virtuemart 2 in french. In the "Product Status" Tab of the Product I've got a field title which is apparentely not translated :

COM_VIRTUEMART_PRODUCT_FORM_ORDERED_STOCK

Could please someone kindly explain me how to fix this issue ?

Thank very much in advance for your support,

Cheers

Marc
Title: Re: Translation problem
Post by: jjk on January 06, 2012, 17:19:35 PM
Either edit your file ...\administrator\language\fr-FR\fr-FR.com_virtuemart.ini and add the following line:
COM_VIRTUEMART_PRODUCT_FORM_ORDERED_STOCK="Produits commandes non livrés"

or go to SVN trunk at https://dev.virtuemart.net/svn/virtuemart/trunk/virtuemart/administrator/language/fr-FR/ (https://dev.virtuemart.net/svn/virtuemart/trunk/virtuemart/administrator/language/fr-FR/), download the file fr-FR.com_virtuemart.ini and replace your version with the newer one from the SVN trunk.
Title: Re: Translation problem
Post by: billledouble on January 06, 2012, 20:23:49 PM
Thank you very much ! It works... Cheers