aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/admin_advices/language/es_ES/plugin.lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/admin_advices/language/es_ES/plugin.lang.php')
-rw-r--r--plugins/admin_advices/language/es_ES/plugin.lang.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/admin_advices/language/es_ES/plugin.lang.php b/plugins/admin_advices/language/es_ES/plugin.lang.php
index 57ff2b765..67e9eba1d 100644
--- a/plugins/admin_advices/language/es_ES/plugin.lang.php
+++ b/plugins/admin_advices/language/es_ES/plugin.lang.php
@@ -91,8 +91,7 @@ $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'][20] = array( /* allow_random_representative */
'Leave $conf[\'allow_random_representative\'] = true, ',
'but analyze if you can avoid for performance reasons.' , );
@@ -164,4 +163,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