From 9c0cfb008446eaa0f3fc3cffc71e5bebe5d02710 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Fri, 1 Jul 2011 13:19:35 +0000 Subject: feature:2317 move order config to Admin->Config->Options new GUI interface for simple paterns in GUI, order_by and order_by_inside_category are merged (not un DB) users can define special paterns with $conf['order_by_custom'] and $conf['order_by_inside_category_custom'] git-svn-id: http://piwigo.org/svn/trunk@11587 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/fr_FR/admin.lang.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'language/fr_FR') 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 $conf[\'order_by\'] in your local configuration file, this parameter in deprecated, please remove it or rename it into $conf[\'order_by_custom\'] !'] = 'Vous avez spécifié $conf[\'order_by\'] dans votre fichier de configuration, ce paramètre est obsolète, veuillez le supprimer ou le renommer en $conf[\'order_by_custom\'] !'; + ?> \ No newline at end of file -- cgit v1.2.3