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
This commit is contained in:
vdigital
2008-10-24 18:59:02 +00:00
parent 6cfa8e0194
commit 1523ece688
7 changed files with 22 additions and 14 deletions
+3 -3
View File
@@ -120,9 +120,9 @@ $adv['n'][18] = 'show_picture_name_on_title';
$adv['c'][18] = $conf['show_picture_name_on_title'];
$adv['v'][18] = sprintf($lang['current'], 'true');
$adv['n'][19] = 'subcatify';
/* $adv['c'][19] = $conf['subcatify']; No longer exist */
$adv['v'][19] = sprintf($lang['current'], 'true');
$adv['n'][19] = 'tags_default_display_mode';
$adv['c'][15] = ( $conf['tags_default_display_mode'] == 'cloud' );
$adv['v'][19] = sprintf($lang['current'], "'".$conf['tags_default_display_mode']."'");
$adv['n'][20] = 'allow_random_representative';
$adv['c'][20] = $conf['allow_random_representative'];