diff options
Diffstat (limited to 'language/fr_FR')
-rw-r--r-- | language/fr_FR/admin.lang.php | 1 | ||||
-rw-r--r-- | language/fr_FR/help/configuration.html | 14 |
2 files changed, 2 insertions, 13 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 83ec8eccc..d1da666d6 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -851,5 +851,6 @@ $lang['Default photos order'] = "Ordre par défaut des photos"; $lang['Activate icon "new" next to albums and pictures'] = 'Afficher l\'icône "nouveau" à côté des albums et des photos'; $lang['You can\'t define a default photo order because you have a custom setting in your local configuration.'] = 'Vous ne pouvez définir l\'ordre par défaut des photos car vous avez un paramètre personnalisé dans votre configuration locale.'; $lang['You have specified <i>$conf[\'order_by\']</i> in your local configuration file, this parameter in deprecated, please remove it or rename it into <i>$conf[\'order_by_custom\']</i> !'] = 'Vous avez spécifié <i>$conf[\'order_by\']</i> dans votre fichier de configuration, ce paramètre est obsolète, veuillez le supprimer ou le renommer en <i>$conf[\'order_by_custom\']</i> !'; +$lang['Add a criteria'] = 'Ajouter un critère'; ?>
\ No newline at end of file diff --git a/language/fr_FR/help/configuration.html b/language/fr_FR/help/configuration.html index e5c7a8eb3..664ccac35 100644 --- a/language/fr_FR/help/configuration.html +++ b/language/fr_FR/help/configuration.html @@ -34,19 +34,7 @@ galerie.</li> <li><strong>Notifier les administrateurs lors de l'inscription d'un utilisateur</strong>: Les administrateurs recevront un courriel à chaque inscription.</li> - <li><strong>Ordre par défaut des photos</strong>: Vous pouvez définir un ordre personnalisé et selectionant «Personnalisé» dans la liste déroulante. Ce champ doit respecter la syntaxe SQL, exemple: <i>date_available DESC, file ASC, id ASC</i><br> - Liste des champs utilisables : - <ul style="font-size:0.85em;"> - <li><b>date_available</b>: date d'ajout à la galerie</li> - <li><b>file</b>: nom du fichier</li> - <li><b>id</b>: identifiant</li> - <li><b>date_creation</b>: date de création</li> - <li><b>name</b>: nom de l'image</li> - <li><b>hit</b>: nombre de visites</li> - <li><b>average_rate</b>: note globale</li> - </ul> - N'oubliez pas pour chaque champ de spécifier l'ordre avec les mots clefs <i>ASC</i> et <i>DESC</i> - </li> + <li><strong>Ordre par défaut des photos</strong>: vous pouvez définir un ordre personnalisé grace à ces menus déroulants.</li> </ul> |