aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--language/fr_FR/common.lang.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php
index a4a87f122..a5a25d376 100644
--- a/language/fr_FR/common.lang.php
+++ b/language/fr_FR/common.lang.php
@@ -388,4 +388,19 @@ $lang['Show oldest comments first'] = 'Montrer les commentaires les plus anciens
$lang['View in'] = 'Affichage';
$lang['Mobile'] = 'Mobile';
$lang['Desktop'] = 'Classique';
+$lang['Date created, new → old'] = 'Date de création, récent → ancien';
+$lang['Date created, old → new'] = 'Date de création, ancien → récent';
+$lang['Date posted, new → old'] = 'Date d\'ajout, récent → ancien';
+$lang['Date posted, old → new'] = 'Date d\'ajout, ancien → récent';
+$lang['File name, A → Z'] = 'Nom du fichier, A → Z';
+$lang['File name, Z → A'] = 'Nom du fichier, Z → A';
+$lang['Manual sort order'] = 'Ordre manuel';
+$lang['Numeric identifier, 1 → 9'] = 'Identifiant, 1 → 9';
+$lang['Numeric identifier, 9 → 1'] = 'Identifiant, 9 → 1';
+$lang['Photo title, A → Z'] = 'Titre de la photo, A → Z';
+$lang['Photo title, Z → A'] = 'Titre de la photo, Z → A';
+$lang['Rating score, high → low'] = 'Note, haute → basse';
+$lang['Rating score, low → high'] = 'Note, basse → haute';
+$lang['Visits, high → low'] = 'Nombre de visites, haut → bas';
+$lang['Visits, low → high'] = 'Nombre de visites, bas → haut';
?> \ No newline at end of file