Hi there,
I want to translate the virtuemart menu in the backen (picture), so how?
Thanks pro!
(http://www.upsieutoc.com/images/2016/08/11/Untitlede3ef5.png)
I think not easily -- the menu texts are taken directly from the #__menu table
You can change them by overriding/translating the Admin system language strings.
See - administrator/components/com_virtuemart/language/en-GB/en-GB.com_virtuemart.sys.ini
COM_VIRTUEMART_MENU_CATEGORIES="Product Categories"
COM_VIRTUEMART_MENU_CONFIGURATION="Configuration"
COM_VIRTUEMART_MENU_MANUFACTURERS="Manufacturers"
COM_VIRTUEMART_MENU_MEDIAFILES="Media Files"
COM_VIRTUEMART_MENU_ORDERS="Orders"
COM_VIRTUEMART_MENU_PAYMENTMETHODS="Payment Methods"
COM_VIRTUEMART_MENU_PRODUCTS="Products"
COM_VIRTUEMART_MENU_REPORT="Revenue Report"
COM_VIRTUEMART_MENU_SHIPMENTMETHODS="Shipment Methods"
COM_VIRTUEMART_MENU_STORE="Shop"
COM_VIRTUEMART_MENU_USERS="Shoppers"
But this will also translate the strings in the component.. if this is what u want...
Thanks @GJC Web Design and @Jumbo! !
I changed them with files administrator/components/com_virtuemart/language/en-GB/....
But unable to.
I don't know how to do?
the correct way is via the Joomla->extensions->language->over rides
if nothing changes switch on the joomla languge debugging to see which files are loading etc
How about simply changing the default language in Joomla administration > 'Language(s)' > 'Installed' > 'Language drop down selection > 'Administrator'?
I did it.
Thank you everyone!