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
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.
Thank you very much ! It works... Cheers