aboutsummaryrefslogtreecommitdiffstats
path: root/language/fr_FR/admin.lang.php
diff options
context:
space:
mode:
authorGotcha <gotcha@piwigo.org>2010-03-07 16:53:53 +0000
committerGotcha <gotcha@piwigo.org>2010-03-07 16:53:53 +0000
commit2aaed23c854644273d05e7ccc3eed6a048757923 (patch)
tree637b0054944ea05c4a25f6f0e96a22d7a3113944 /language/fr_FR/admin.lang.php
parent5f31dc10b52b5b6493f3920d0ee03b1a9c64c5b4 (diff)
Choose the sorting of the categories management
bug:1119 git-svn-id: http://piwigo.org/svn/branches/2.0@5076 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--language/fr_FR/admin.lang.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php
index d4b5b3910..a911f9f74 100644
--- a/language/fr_FR/admin.lang.php
+++ b/language/fr_FR/admin.lang.php
@@ -66,7 +66,8 @@ $lang['Caddie management'] = 'Gestion du panier';
$lang['Caddie'] = 'Panier';
$lang['Categories authorized thanks to group associations'] = 'Catégories accessibles grâce à l\'appartenance aux groupes';
$lang['Categories manual order was saved'] = 'L\'ordre manuel des catégories a été sauvegardé';
-$lang['Categories ordered alphanumerically'] = 'Catégories ordonnées alphabético-numériquement';
+$lang['Categories ordered alphanumerically'] = 'Catégories triées par ordre croissant alphabético-numériquement.';
+$lang['Categories ordered alphanumerically reverse'] = 'Catégories triées par ordre décroissant alphabético-numériquement.';
$lang['Category elements associated to the following categories: %s'] = 'Les éléments de la catégorie ont été associés aux catégories suivantes : %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'La vérification de la dernière version sur le serveur a échouée pour une raison inconnue.';
$lang['Check for upgrade'] = 'Dernière version ?';
@@ -131,7 +132,8 @@ $lang['Number of thumbnails to create'] = 'Nombre de miniatures à créer';
$lang['Only private categories are listed'] = 'Seules les catégories privées sont listées';
$lang['Operating system'] = 'Système d\'exploitation';
$lang['Options'] = 'Options';
-$lang['Order alphanumerically'] = 'Ordonner alphabético-numériquement';
+$lang['Order alphanumerically'] = 'Trier par ordre croissant &dArr;';
+$lang['Order alphanumerically reverse'] = 'Trier par ordre décroissant &uArr;';
$lang['Other private categories'] = 'Autres catégories privées';
$lang['Page banner'] = 'Bannière des pages';
$lang['Parent category'] = 'Catégorie parente';