Page 1 of 1

Translation into ITALIAN - DONE !!!

Posted: 06 Jul 2008, 11:02
by webmasterone
hi
i modified the script, and added italian translation in the original installation pack

i did also this modification.

1) both in the italian language file, and in the english one:
i added a row for a new item
i called it:
In english version :
"SELECT A TEMPLATE=- Select a Template -"
In italian version :
"SELECT A TEMPLATE=- Scegli un Template -"

this item is to be shown on the admin panel (where there is this phrase, so it will also transaleted into other languages)

2) in the views\phocafavicon\view.html.php :
i modified the line:

Code: Select all

    $lists['template'] = '<select name="template" id="template" class="inputbox" size="1" >'.'<option value="0"  selected="selected">- Select a Template -</option>';
into

Code: Select all

    $template_choose = JText::_( 'SELECT A TEMPLATE' );
    $lists['template'] = '<select name="template" id="template" class="inputbox" size="1" >'
    .'<option value="0"  selected="selected">'.$template_choose.'</option>';
hope to have done a nice thing for u

best regards

mario

Re: Translation into ITALIAN - DONE !!!

Posted: 06 Jul 2008, 21:21
by Jan
Yes, thank you for the fixing translation bug and for the translation, Jan

Re: Translation into ITALIAN - DONE !!!

Posted: 23 Jan 2011, 21:00
by Benno
Hi alman0000,
Greek translation anyone knows about?
Unfortunately, there is no Greek translation for Phoca Favicon, but you are warmly invited to do this.
See: https://www.phoca.cz/documents/46-transl ... extensions
Kind regards,
Benno