diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2013-06-23 19:24:53 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2013-06-23 19:24:53 +0000 |
commit | 3cad395c38d80671b0163df0dc43fdec43da742f (patch) | |
tree | 31d01bfbd0503f8af0c6d4b19e08abf85cb4b2e0 /themes/elegant/language/it_IT/theme.lang.php | |
parent | 02f3c45e549d3faa47cb01d0353f28859cc1a656 (diff) |
[elegant] Add it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@23482 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rwxr-xr-x | themes/elegant/language/it_IT/theme.lang.php | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/themes/elegant/language/it_IT/theme.lang.php b/themes/elegant/language/it_IT/theme.lang.php new file mode 100755 index 000000000..3615e23fa --- /dev/null +++ b/themes/elegant/language/it_IT/theme.lang.php @@ -0,0 +1,32 @@ +<?php +// +-----------------------------------------------------------------------+
+// | Piwigo - a PHP based photo gallery |
+// +-----------------------------------------------------------------------+
+// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
+// +-----------------------------------------------------------------------+
+// | This program is free software; you can redistribute it and/or modify |
+// | it under the terms of the GNU General Public License as published by |
+// | the Free Software Foundation |
+// | |
+// | This program is distributed in the hope that it will be useful, but |
+// | WITHOUT ANY WARRANTY; without even the implied warranty of |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
+// | General Public License for more details. |
+// | |
+// | You should have received a copy of the GNU General Public License |
+// | along with this program; if not, write to the Free Software |
+// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
+// | USA. |
+// +-----------------------------------------------------------------------+ +$lang['Photo Description Panel'] = 'Pannello Descrizione Foto'; +$lang['Panels options'] = 'Pannelli opzioni'; +$lang['Main Menu Panel'] = 'Pannello Menu Principale'; +$lang['Hidden'] = 'Nascosto'; +$lang['Elegant, Configuration Page'] = 'Elegante, Pagina di configurazione'; +$lang['Displayed'] = 'Visualizza'; +$lang['Disable the animation'] = 'Disabilita l\'animazione'; +$lang['Comments Panel'] = 'Pannello commenti'; +$lang['Choose what should be the default state for each panel, or disable the animation:'] = 'Scegli quello che dovrebbe essere lo stato predefinito per ogni pannello, o disattiva l\'animazione:'; +?>
\ No newline at end of file |