diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-09-21 21:14:54 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-09-21 21:14:54 +0000 |
commit | 5ff171684eec339ed83119eb57e124174c07d465 (patch) | |
tree | aeeaa7a472aa683da26e035ffb873a99b1096219 /language/it_IT/common.lang.php | |
parent | b472955f7d994ad66f62a39b8e1dbb541ac17a4f (diff) |
feature 1616: rename "category" into "album" (4th commit; almost there)
git-svn-id: http://piwigo.org/svn/trunk@6993 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/it_IT/common.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/it_IT/common.lang.php b/language/it_IT/common.lang.php index 0a78bfc59..d2d53cd02 100644 --- a/language/it_IT/common.lang.php +++ b/language/it_IT/common.lang.php @@ -53,8 +53,8 @@ $lang['At least one listed rule must be satisfied.'] = 'Almeno una delle regole $lang['At least one tag must match'] = 'Almeno un tag deve corrispondere'; $lang['Author'] = 'Autore'; $lang['Average rate'] = 'Voto medio'; -$lang['Categories'] = 'Categorie'; -$lang['Category'] = 'Categoria'; +$lang['Albums'] = 'Categorie'; +$lang['Album'] = 'Categoria'; $lang['Close this window'] = 'Chiudi questa finestra'; $lang['Complete RSS feed (images, comments)'] = 'Feed RSS completo (immagini, commenti)'; $lang['Confirm Password'] = 'Conferma la Password'; |