mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
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
This commit is contained in:
@@ -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> !';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user