diff options
Diffstat (limited to 'language/fr_FR/admin.lang.php')
-rw-r--r-- | language/fr_FR/admin.lang.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 4f6a09411..83ec8eccc 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -848,9 +848,8 @@ $lang['Type in a search term'] = 'Entrez un terme de recherche'; $lang['Searching...'] = 'Recherche...'; $lang['new'] = 'nouveau'; $lang['Default photos order'] = "Ordre par défaut des photos"; -$lang['Default photos order inside album'] = "Ordre par défaut des photos dans un album"; -$lang['Invalid order string'] = 'Chaîne SQL incorrecte'; -$lang['As default order'] = "Comme l'ordre par défaut"; -$lang['Custom'] = "Personnalisé"; $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> !'; + ?>
\ No newline at end of file |