aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/admin_advices/language/en_UK/plugin.lang.php
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-10-24 19:00:36 +0000
committervdigital <vdigital@piwigo.org>2008-10-24 19:00:36 +0000
commit632e77e27e73f4531179a64fd55813e1f84b5466 (patch)
tree24de92a9f9ead1fe66c845413b08a5d73f719720 /plugins/admin_advices/language/en_UK/plugin.lang.php
parentb79f226548849fefcb800ec10709c6ac68b00d43 (diff)
Merging revision 2802
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/trunk@2803 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/admin_advices/language/en_UK/plugin.lang.php')
-rw-r--r--plugins/admin_advices/language/en_UK/plugin.lang.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/admin_advices/language/en_UK/plugin.lang.php b/plugins/admin_advices/language/en_UK/plugin.lang.php
index 57ff2b765..77856af1c 100644
--- a/plugins/admin_advices/language/en_UK/plugin.lang.php
+++ b/plugins/admin_advices/language/en_UK/plugin.lang.php
@@ -91,8 +91,9 @@ $lang['Adv_case'][17] = array( /* show_thumbnail_caption */
'For a lighter gallery just have a look to $conf[\'show_thumbnail_caption\'] = false,', );
$lang['Adv_case'][18] = array( /* show_picture_name_on_title */
'For a lighter gallery just have a look to $conf[\'show_picture_name_on_title\'] = false,', );
-$lang['Adv_case'][19] = array( /* subcatify */
- 'If you do NOT have any category descriptions just have a look to $conf[\'subcatify\'] = false,', );
+$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\'', );
$lang['Adv_case'][20] = array( /* allow_random_representative */
'Leave $conf[\'allow_random_representative\'] = true, ',
'but analyze if you can avoid for performance reasons.' , );