diff options
author | mistic100 <mistic@piwigo.org> | 2011-07-01 13:38:43 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-07-01 13:38:43 +0000 |
commit | 5c545444cb52b95a4062e69d012c1f5203672532 (patch) | |
tree | a21245b4641d9328a03d2de2388d5db54d212468 /language | |
parent | 9c0cfb008446eaa0f3fc3cffc71e5bebe5d02710 (diff) |
feature:2317 move order config to Admin->Config->Options
each drop-down menu is on a new line
git-svn-id: http://piwigo.org/svn/trunk@11588 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 1 | ||||
-rw-r--r-- | language/en_UK/help/configuration.html | 14 | ||||
-rw-r--r-- | language/fr_FR/admin.lang.php | 1 | ||||
-rw-r--r-- | language/fr_FR/help/configuration.html | 14 |
4 files changed, 4 insertions, 26 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 0849adf35..8bca9e2dd 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -102,6 +102,7 @@ $lang['Activate icon "new" next to albums and pictures'] = 'Activate icon "new" $lang['Active Languages'] = 'Active Languages'; $lang['Active Plugins'] = 'Active Plugins'; $lang['Active Themes'] = 'Active Themes'; +$lang['Add a criteria'] = 'Add a criteria'; $lang['Add a filter'] = 'Add a filter'; $lang['Add a tag'] = "Add a tag"; $lang['Add a user'] = "Add a user"; diff --git a/language/en_UK/help/configuration.html b/language/en_UK/help/configuration.html index a2a913627..06f203deb 100644 --- a/language/en_UK/help/configuration.html +++ b/language/en_UK/help/configuration.html @@ -34,19 +34,7 @@ page.</li> <li><strong>Email admins when a new user registers</strong>: administrators will be notified by mail for each registration.</li> - <li><strong>Default photos order</strong>: You can define a personalized order by selecting «Personalized» in the drop-down menu. This field must respect the SQL syntax, example: <i>date_available DESC, file ASC, id ASC</i><br> - Available fields: - <ul style="font-size:0.85em;"> - <li><b>date_available</b>: date of the adding to the gallery</li> - <li><b>file</b>: name of the file</li> - <li><b>id</b>: identifier</li> - <li><b>date_creation</b>: date of element creation</li> - <li><b>name</b>: name of the picture</li> - <li><b>hit</b>: number of visits</li> - <li><b>average_rate</b>: average rate on the picture</li> - </ul> - Don't forgot to specify the order for each field with these keywords : <i>ASC</i> and <i>DESC</i> - </li> + <li><strong>Default photos order</strong>: you can define a personalized order with these drop-down menus.</li> </ul> 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> |