diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-04-01 20:18:04 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-04-01 20:18:04 +0000 |
commit | 8bce8f09637ba88dbd3d7872ab193143e605a787 (patch) | |
tree | 3caa8f1edfd6c8de9b8e610a786bfae2897ea50f /language | |
parent | 3fc5e6a86f22be3090cc24b8ce861cfa5b35d3e8 (diff) |
[trunk (public)] Update fr_FR, thanks to : mistic100
git-svn-id: http://piwigo.org/svn/trunk@13846 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r-- | language/fr_FR/common.lang.php | 15 |
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 |