diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-13 07:58:25 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-13 07:58:25 +0000 |
| commit | b0649d7909787dfdedc3b6a55995a59e076b0cef (patch) | |
| tree | 9e5a8b2becd68a44b83569c9102f13e19ad258ba /roundcubemail/program | |
| parent | 448ce61ca70e7a6277ec53141c02268353668e26 (diff) | |
- fr_RF update (#1486727)
git-svn-id: https://svn.roundcube.net/trunk@3613 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/localization/fr_FR/labels.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/fr_FR/labels.inc b/roundcubemail/program/localization/fr_FR/labels.inc index dfcf00db1..6d0044101 100644 --- a/roundcubemail/program/localization/fr_FR/labels.inc +++ b/roundcubemail/program/localization/fr_FR/labels.inc @@ -47,6 +47,7 @@ $labels['organization'] = 'Organisation'; $labels['reply-to'] = 'Répondre à'; $labels['mailboxlist'] = 'Dossiers'; $labels['messagesfromto'] = 'Messages de $from à $to sur $count'; +$labels['threadsfromto'] = 'Fil de $from à $to sur $count'; $labels['messagenrof'] = 'Message $nr sur $count'; $labels['copy'] = 'Copier'; $labels['move'] = 'Déplacer'; @@ -336,5 +337,9 @@ $labels['vietnamese'] = 'Vietnamien'; $labels['japanese'] = 'Japonais'; $labels['korean'] = 'Coréen'; $labels['chinese'] = 'Chinois'; +$labels['threads'] = 'Sujets'; +$labels['threaded'] = 'Par sujet'; +$labels['autoexpand_threads'] = 'Développer les sujets'; +$labels['do_expand'] = 'Tous les sujets'; ?> |
