diff options
| author | yllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-03-04 15:31:59 +0000 |
|---|---|---|
| committer | yllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-03-04 15:31:59 +0000 |
| commit | 5f102942bc56970ddd7b98030629e7342a40d99a (patch) | |
| tree | a0e22429da8c4e9bd0b5af55c17ce8d6dd2f443b | |
| parent | 378ed84cc733750ba0d7a0a4f9637db97231c35f (diff) | |
Ticket #1484832
git-svn-id: https://svn.roundcube.net/trunk@1182 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/localization/fr/labels.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/program/localization/fr/labels.inc b/roundcubemail/program/localization/fr/labels.inc index 3c89d86ee..e35d6bd79 100644 --- a/roundcubemail/program/localization/fr/labels.inc +++ b/roundcubemail/program/localization/fr/labels.inc @@ -90,8 +90,8 @@ $labels['lastmessages'] = 'Voir la dernière page de messages'; $labels['backtolist'] = 'Retourner à la liste des messages'; $labels['viewsource'] = 'Voir le source'; $labels['markmessages'] = 'Marquer les messages'; -$labels['markread'] = 'comme lus'; -$labels['markunread'] = 'comme non lus'; +$labels['markread'] = 'Comme lus'; +$labels['markunread'] = 'Comme non lus'; $labels['select'] = 'Sélectionner'; $labels['all'] = 'Tous'; $labels['none'] = 'Aucun'; @@ -191,4 +191,4 @@ $labels['sortby'] = 'Trier par'; $labels['sortasc'] = 'Tri ascendant'; $labels['sortdesc'] = 'Tri descendant'; -?>
\ No newline at end of file +?> |
