Translation into ITALIAN - DONE !!!

Phoca Favicon - simple creation of favicon in Joomla! CMS
webmasterone
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 06 Jul 2008, 10:48

Translation into ITALIAN - DONE !!!

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47902
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Translation into ITALIAN - DONE !!!

Post by Jan »

Yes, thank you for the fixing translation bug and for the translation, Jan
If you find Phoca extensions useful, please support the project
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9135
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Translation into ITALIAN - DONE !!!

Post 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
Post Reply