Opened 3 years ago
Closed 3 years ago
#1486727 closed Feature Patches (fixed)
Updated french translation
| Reported by: | ncroiset | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.4-stable |
| Component: | Core functionality | Version: | 0.4-beta |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by alec)
New update for french translation.
--- labels.inc.old 2010-05-08 13:21:55.000000000 +0200 +++ labels.inc 2010-05-08 13:27:43.000000000 +0200 @@ -132,6 +132,9 @@ $labels['expand-all'] = 'Afficher Tous'; $labels['expand-unread'] = 'Afficher Non-lus'; $labels['collapse-all'] = 'Fermer Tous'; +$labels['threaded'] = 'par sujet'; +$labels['autoexpand_threads'] = 'Développer la liste des messages'; +$labels['do_expand'] = 'tous les fils'; $labels['expand_only_unread'] = 'uniquement avec des messages non-lus'; $labels['fromto'] = 'Expéditeur/Destinataire'; $labels['flag'] = 'Drapeau';
Change History (4)
comment:1 Changed 3 years ago by ncroiset
- Summary changed from Updated french translatino to Updated french translation
comment:2 Changed 3 years ago by ncroiset
comment:3 Changed 3 years ago by alec
- Description modified (diff)
- Milestone changed from later to 0.4-stable
Please, use code block tags or attach patch file.
comment:4 Changed 3 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Applied in [af1cc9d4].
Note: See
TracTickets for help on using
tickets.

I double check and this one is better I created via translators :
--- labels.inc.old 2010-05-08 13:21:55.000000000 +0200
+++ labels.inc 2010-05-08 14:06:44.000000000 +0200
@@ -6,7 +6,7 @@
-| Copyright (C) 2005-2009, RoundCube Dev. - Switzerland |
+| Copyright (C) 2005-2010, RoundCube Dev. - Switzerland |
@@ -47,6 +47,7 @@
+$labelsthreadsfromto? = 'Fil de $from à $to sur $count';
@@ -129,9 +130,13 @@
+$labelsthreads? = 'Sujets';
+$labelsthreaded? = 'Par sujet';
+$labelsautoexpand_threads? = 'Développer les sujets';
+$labelsdo_expand? = 'Tous les sujets';