diff options
author | plegall <plg@piwigo.org> | 2010-04-01 12:24:20 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-01 12:24:20 +0000 |
commit | dd22f7a26e7968afa6c59719744f08ca106c6894 (patch) | |
tree | be913d852cbefd79aaf78e36913e718e03088270 /language/it_IT/admin.lang.php | |
parent | 542784a54bfb69ca5c952fe91e836f249ab88d8d (diff) |
i18n: apply help.html dispatch to all languages having the help.html filled for 2.0
git-svn-id: http://piwigo.org/svn/trunk@5526 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/it_IT/admin.lang.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php index f83651bf3..162f214ad 100644 --- a/language/it_IT/admin.lang.php +++ b/language/it_IT/admin.lang.php @@ -779,4 +779,7 @@ $lang['Impossible to deactivate this language, you need at least one language.'] $lang['Inactive Languages'] = 'Lingue disattivate'; $lang['Make this language available to users'] = 'Rendere questa lingua disponibile agli utenti'; $lang['Set as default language for unregistered and new users'] = 'Lingua di default per gli ospiti e nuovi utenti'; -?>
\ No newline at end of file +$lang['User Upload'] = 'Immagini dagli utenti'; +$lang['Miscellaneous'] = 'Informazioni'; +$lang['Virtual Links'] = 'Collegamenti virtuali'; +?> |