diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-24 18:59:02 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-24 18:59:02 +0000 |
commit | 1523ece68896378612e8bfbb9a6539c593a85d57 (patch) | |
tree | 42de653c9fdab1804f72fdd0c2fc54e14e439d0f /plugins/admin_advices/language/it_IT/plugin.lang.php | |
parent | 6cfa8e01943fea190a64c23c8bf0ab1c5d9ff4f7 (diff) |
Advices [19] $conf['subcatify'] replaced by $conf['tags_default_display_mode']
Translation is needed for German, Spanish, Italian...
Please reorder after translation.
git-svn-id: http://piwigo.org/svn/branches/2.0@2802 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/admin_advices/language/it_IT/plugin.lang.php')
-rw-r--r-- | plugins/admin_advices/language/it_IT/plugin.lang.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/admin_advices/language/it_IT/plugin.lang.php b/plugins/admin_advices/language/it_IT/plugin.lang.php index a0b452870..f408f04cb 100644 --- a/plugins/admin_advices/language/it_IT/plugin.lang.php +++ b/plugins/admin_advices/language/it_IT/plugin.lang.php @@ -93,8 +93,7 @@ $lang['Adv_case'][17] = array( /* show_thumbnail_caption */ 'Per una galleria meno "carica", provate con $conf[\'show_thumbnail_caption\'] = false,', ); $lang['Adv_case'][18] = array( /* show_picture_name_on_title */ 'Per una galleria meno "carica", provate con $conf[\'show_picture_name_on_title\'] = false,', ); -$lang['Adv_case'][19] = array( /* subcatify */ - 'Se nessuna delle vostre categorie ha una descrizzione provate $conf[\'subcatify\'] = false,', ); + $lang['Adv_case'][20] = array( /* allow_random_representative */ 'Lasciate pure $conf[\'allow_random_representative\'] = true, ', 'ma provate a vedere come evitarlo per raggioni di performance.' , ); @@ -166,4 +165,7 @@ $lang['Adv_case'][35] = array( /* template_compile_check */ 'you should consider to set it false.', 'Choosing false, template changes are not detected, this improves response time.', 'Anyway Specials > Maintenance > Purge compiled templates, is recommended after this $conf change.' ); + $lang['Adv_case'][19] = array( /* tags_default_display_mode */ + '\'cloud\' by default, importance of tags is shown with font size.', + 'You can change the tags page, $conf[\'tags_default_display_mode\'] = \'letters\'', ); ?>
\ No newline at end of file |