diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-05-28 19:15:01 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-05-28 19:15:01 +0000 |
commit | 9d36b6ab095d2b5627e6ac46ee9416876b334266 (patch) | |
tree | 27174eb08fc2803b5e6f284f2934be045c23b2c5 | |
parent | 235462242e38a97f9a18118832cb5f6fec11b0a8 (diff) |
[trunk_public] Update it_IT, thanks to : Gdvpixel
git-svn-id: http://piwigo.org/svn/trunk@15394 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | language/it_IT/common.lang.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/language/it_IT/common.lang.php b/language/it_IT/common.lang.php index 8e314666e..da9f7a9bd 100644 --- a/language/it_IT/common.lang.php +++ b/language/it_IT/common.lang.php @@ -404,4 +404,11 @@ $lang['Rating score, low → high'] = 'Valutazione, basso → alto'; $lang['Visits, high → low'] = 'Visite, alto → basso'; $lang['Visits, low → high'] = 'Visite, basso → alto'; $lang['%d rate'] = '%d media'; +$lang['Bad request'] = 'Richiesta errata'; +$lang['Forbidden'] = 'Vietato'; +$lang['Page not found'] = 'Pagina non trovata'; +$lang['Permalink for album not found'] = 'Permalink per l\'album non trovato'; +$lang['Piwigo encountered a non recoverable error'] = 'Piwigo ha riscontrato un errore irrecuperabile'; +$lang['Requested album does not exist'] = 'L\'album richiesto non esiste'; +$lang['Requested tag does not exist'] = 'Il tag richiesto non esiste'; ?>
\ No newline at end of file |