diff options
author | rub <rub@piwigo.org> | 2009-01-04 10:55:09 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2009-01-04 10:55:09 +0000 |
commit | 38bd45b4988c8ded1a822b98a242415690c8615f (patch) | |
tree | 686853f616cda8ceed0e64dc990c09918be9af41 /language/it_IT | |
parent | 9a0403c698033218f9e09c44e5ad313005e6fd6d (diff) |
Add section for Colobri on *.lang.php
git-svn-id: http://piwigo.org/svn/trunk@3042 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/it_IT')
-rw-r--r-- | language/it_IT/admin.lang.php | 3 | ||||
-rw-r--r-- | language/it_IT/common.lang.php | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php index 4f40c405c..ca64be860 100644 --- a/language/it_IT/admin.lang.php +++ b/language/it_IT/admin.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
-// | Copyright(C) 2008 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2008-2009 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 |
// +-----------------------------------------------------------------------+
@@ -644,4 +644,5 @@ $lang['Delete selected photos'] = 'Cancellare le foto'; $lang['%d photo was deleted'] = '%d foto cancellata';
$lang['%d photos were deleted'] = '%d foto cancellate';
$lang['Bound template'] = 'Template legato';
+// --------- Starting below: New or revised $lang ---- from Colibri (2.1)
?>
diff --git a/language/it_IT/common.lang.php b/language/it_IT/common.lang.php index faba00668..d390b5376 100644 --- a/language/it_IT/common.lang.php +++ b/language/it_IT/common.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
-// | Copyright(C) 2008 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2008-2009 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 |
// +-----------------------------------------------------------------------+
@@ -365,4 +365,6 @@ $lang['group by letters'] = 'ragruppare per lettera'; $lang['letters'] = 'lettere';
$lang['show tag cloud'] = 'fare salire la nuvola di tags';
$lang['cloud'] = 'nuvola';
+// --------- Starting below: New or revised $lang ---- from Colibri (2.1)
+/* TODO */ $lang['del_all_favorites_hint'] = 'delete all images from your favorites';
?>
|