mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 17:53:08 +02:00
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:
@@ -93,8 +93,9 @@ $lang['Adv_case'][17] = array( /* show_thumbnail_caption */
|
||||
'Pour une galerie moins chargée, faites le test de $conf[\'show_thumbnail_caption\'] = false,', );
|
||||
$lang['Adv_case'][18] = array( /* show_picture_name_on_title */
|
||||
'Pour une galerie moins chargée, faites le test de $conf[\'show_picture_name_on_title\'] = false,', );
|
||||
$lang['Adv_case'][19] = array( /* subcatify */
|
||||
'Si aucune de vos catégories ne possède de description alors essayez $conf[\'subcatify\'] = false;', );
|
||||
$lang['Adv_case'][19] = array( /* tags_default_display_mode */
|
||||
'Par défaut à \'cloud\' (nuage), plus un "tag" est utilisé plus il sera écrit en grand.',
|
||||
'Vous pouvez changer l\'affichage des "tags", $conf[\'tags_default_display_mode\'] = \'letters\'', );
|
||||
$lang['Adv_case'][20] = array( /* allow_random_representative */
|
||||
'Laissez $conf[\'allow_random_representative\'] = true, ',
|
||||
'mais étudiez comment vous pourriez l\'éviter pour des raisons de performance.' , );
|
||||
|
||||
Reference in New Issue
Block a user