The Vehicle Manager - Joomla car rental dealer software comes with full language support. This article will describe how Vehicle Manager handles languages and how to add a new language file to the to Joomla car rental dealer software.
Vehicle Manager - Joomla car rental dealer software include: Arabic, Brazilian, Portuguese, Danish, Dutch, English, French, German, Greek, Hungarian, Italian, Lithuanian, Macedonian, Norwegian, Portuguese, Romanian, Russian, Spanish, Turkish. language files
Remark:
Yes, we know... the current language files in Vehicle Manager are done the "old fashioned" way, as it used to be in Joomla 1.0.x. Joomla 3.0.x uses translations through .ini files, split between admin area and frontend area.
The reason we kept the old way for now is because it gives us less headaches maintaining different translation methods for the two Joomla versions. Perhaps we will look at transforming the translations to the new way for a future version. Important thing is: the translations work, and they work fine!
Obtaining or creating language files
Many Language files for the Vehicle Manager - Joomla car rental dealer software can be obtained from the website. But if your language isn't there yet, you can translate Vehicle Manager yourself and add your language. Once you have it, please share it on the website to help others!
If you need add new language:
First, find the file called english.php, either in your installation or in the zip archive of the component. Or download the latest English language file for Vehicle Manager - Joomla car rental dealer software from the Vehicle Manager languages section of the website.
In the Vehicle Manager installation it is located in the directory /components/com_vehiclemanager/lang/.
Next, make a copy of english.php and rename it to your own language, for example dutch.php.
Now open dutch.php with a text editor which is capable of handling UTF-8. We recommend PSPad if you are on a Windows operating system.
WARNING:
All Joomla 1.5.x files need to be saved as UTF-8.
WordPad or Notepad can NOT handle UTF-8, so they are NOT FIT to create or edit these files with!
Try PSPad instead (http://www.pspad.com/), and set it under [Format] to UTF-8 before you edit and save your files.
A partial example of what you will see:
You translate the text portions only, so ONLY the parts between the single quotes.
Example translation for Dutch (NL) would look like this:
REMARK:
You can use accented letters and special characters like é, ô, ü, ç, ñ, ¿. ©, ß etc. inside the files, with ONE exception:
You cannot use single quotes inside the language variables.
Please replace all single quotes ( ' ) with back-accents ( ` )
So for example French "l'emprunt" inside a language variable needs to be written "l`imprunt".
This is because single quotes are part of the PHP code normally. The “`” or back- accent will be ignored by PHP and interpreted as normal text.
You can either do the operations on the component archive and then rezip and install, or edit the necessary files in place inside an existing installation.
Save each file. Remember to translate the entries according to the language file you are editing. That's it, you're done!
Sharing your created language files with the community.
Once you have a working translation for Vehicle Manager ready, please share it on the website to help others!
You will receive full credits for your work in the Vehicle Manager Languages Section, as well as a link to your website.
Now you may upload already redy translated Languages files to VehicleManager. Now VehicleManager included so languages: Arabic, Bosnian, Brazilian, Danish, Dutch, English (is default), Farsi, French, German, Greek, Hungarian, Italian, Lithuanian, Macedonian, Norwegian, Polish, Portuguese, Romanian, Russian, Slovenian, Spanish, Turkish.
For upload you need Download language files for VehicleManager, unzip them and upload to directory: /components/com_vehiclemanager/lang/.
After you need in Components -> Vehicle Manager -> Language Manager press button "Load Languages"
You can update any constant with help of Language Manager (the option is available only for Vehicle Manage PRO).
1. Go to admin area Components -> Vehicle Manager -> Language Manager.
2. In the Search by value constant field enter needed value.
For example you want to change constant "Fuel type"
Constant value before change
Constant value after
View constant value on frontend before
View constant value on frontend after
You can translate any Email with help of Language Manager (the option is available only for Vehicle Manager PRO).
1. Go to admin area Components -> Vehicle Manager -> Settings -> Email Notification.
WARNING:
You can change Email text fot any text, but {username} must be constantly. There in {username} will be output the name of your clients.
Thank you in advance for sharing your efforts with the rest of the Vehicle Manager - Joomla car rental dealer software!