aboutsummaryrefslogtreecommitdiffstats
path: root/language/it_IT/common.lang.php
diff options
context:
space:
mode:
authorriopwg <riopwg@piwigo.org>2008-09-16 14:42:53 +0000
committerriopwg <riopwg@piwigo.org>2008-09-16 14:42:53 +0000
commit6050a6ab1b8270278c09564b95096f2c234ba2ae (patch)
treec34e5bf42d5badd23f9a4684b7ebc08986f1037f /language/it_IT/common.lang.php
parent159fbc8377832ff8e931cef0413ee571c494ac84 (diff)
Updates
git-svn-id: http://piwigo.org/svn/trunk@2539 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/it_IT/common.lang.php')
-rw-r--r--language/it_IT/common.lang.php54
1 files changed, 29 insertions, 25 deletions
diff --git a/language/it_IT/common.lang.php b/language/it_IT/common.lang.php
index 68199ed55..95344bc16 100644
--- a/language/it_IT/common.lang.php
+++ b/language/it_IT/common.lang.php
@@ -1,25 +1,25 @@
<?php
-// +-----------------------------------------------------------------------+
-// | Piwigo - a PHP based picture gallery |
-// +-----------------------------------------------------------------------+
-// | Copyright(C) 2008 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. |
-// +-----------------------------------------------------------------------+
+// +-----------------------------------------------------------------------+
+// | Piwigo - a PHP based picture gallery |
+// +-----------------------------------------------------------------------+
+// | Copyright(C) 2008 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. |
+// +-----------------------------------------------------------------------+
// Langage informations
$lang_info['language_name'] = 'Italiano';
@@ -130,7 +130,7 @@ $lang['access_forbiden'] = 'Non sei autorizzato a visualizzare la pagina richies
$lang['add to caddie'] = 'Aggiungi al cestino';
$lang['add_favorites_hint'] = 'Aggiungi la pagina ai tuoi preferiti';
$lang['admin'] = 'Amministrazione';
-$lang['adviser_mode_enabled'] = 'Mode conseiller actif';
+$lang['adviser_mode_enabled'] = 'Modo consigliere attivo';
$lang['all'] = 'tutto';
$lang['ascending'] = 'ascendente';
$lang['author(s) : %s'] = 'autore(i) : %s';
@@ -217,6 +217,8 @@ $lang['mode_created_hint'] = 'Mostra il calendario per data di creazione';
$lang['mode_flat_hint'] = 'Mostra gli elementi delle categorie e sottocategorie in modalità flat';
$lang['mode_normal_hint'] = 'Ritorna alla visualizzazione normale';
$lang['mode_posted_hint'] = 'Mostra il calendario per data di inserimento nella galleria';
+$lang['month'][10] = 'Ottobre';
+$lang['month'][11] = 'Novembre';
$lang['month'][1] = 'Gennaio';
$lang['month'][2] = 'Febbraio';
$lang['month'][3] = 'Marzo';
@@ -226,8 +228,6 @@ $lang['month'][6] = 'Giugno';
$lang['month'][7] = 'Luglio';
$lang['month'][8] = 'Agosto';
$lang['month'][9] = 'Settembre';
-$lang['month'][10] = 'Ottobre';
-$lang['month'][11] = 'Novembre';
$lang['month'][12] = 'Dicembre';
$lang['most_visited_cat'] = 'Le più viste';
$lang['most_visited_cat_hint'] = 'Mostra le foto le più viste';
@@ -361,5 +361,9 @@ $lang['See elements linked to this tag only'] = 'Mostrare le immagini connesse s
$lang['elements posted during the last %d days'] = 'immagini aggiunte durante gli ultimi %d giorni';
$lang['Choose an image'] = 'Scegliere un immagine da aggiungere';
$lang['Piwigo Help'] = 'Help di Piwigo';
-
+$lang['Rank'] = 'Rang';
+$lang['group by letters'] = 'ragruppare per lettera';
+$lang['letters'] = 'lettere';
+$lang['show tag cloud'] = 'fare salire la nuvola di tags';
+$lang['cloud'] = 'nuvola';
?>