Hello Fabio
Please use the contact form, to contact us. We don't have the italian language file, but you can also create one. Using google translate, with a few adjustments, it's possible to have italian in 10min.
To do that, you need to copy the en-GB.php located in com_autostand/lang, and rename it to it-IT.php
Now you can translate the vars, to italian.
Ex:
define ('_JSTAND_OPTIONS', 'Opzioni');
NOTE::
When using google translate, it will recognize the terms to translate, but it adds a space before the JSTAND ( _ JSTAND), wich will break the code because the constant is not as expected.
So, if you do use this method, don't forget to remove the spaces.
GOOGLE RESULTS
define ('_ JSTAND_OVERVIEW', 'Panoramica');
define ('_ JSTAND_SEARCH_RESULTS', 'Risultati della ricerca');
define ('_ JSTAND_REFINE_SEARCH', 'Rifinisci ricerca');
define ('_ JSTAND_RESET_SEARCH', 'Reimposta ricerca');
define ('_ JSTAND_OPTIONS', 'Opzioni');
define ('_ JSTAND_SEARCH_CARS', 'Trova il mio vechicle');
define ('_ JSTAND_SPECIFICATIONS', 'Specifiche');
define ('_ JSTAND_ADDITIONAL_FEATURES', 'Funzioni aggiuntive');
define ('_ JSTAND_YOUTUBE_VIDEOS', 'Youtube Videos');
define ('_ JSTAND_SEND_ENQUIRY', 'SEND INQUIRY');
define ('_ JSTAND_MAKE', 'Make');
define ('_ JSTAND_MODEL', 'Model');
CODE TO USE IN THE FILE
define ('_JSTAND_OVERVIEW', 'Panoramica');
define ('_JSTAND_SEARCH_RESULTS', 'Risultati della ricerca');
define ('_JSTAND_REFINE_SEARCH', 'Rifinisci ricerca');
define ('_JSTAND_RESET_SEARCH', 'Reimposta ricerca');
define ('_JSTAND_OPTIONS', 'Opzioni');
define ('_JSTAND_SEARCH_CARS', 'Trova il mio vechicle');
define ('_JSTAND_SPECIFICATIONS', 'Specifiche');
define ('_JSTAND_ADDITIONAL_FEATURES', 'Funzioni aggiuntive');
define ('_JSTAND_YOUTUBE_VIDEOS', 'Youtube Videos');
define ('_ JSTAND_SEND_ENQUIRY', 'SEND INQUIRY');
define ('_JSTAND_MAKE', 'Make');
define ('_JSTAND_MODEL', 'Model');
If necessary, please contact us using the contact form