Opened 5 years ago

Closed 5 years ago

#1484832 closed Feature Patches (fixed)

Mark all message - As read / As unread in french : First letter should be uppercased

Reported by: the_glu Owned by:
Priority: 10 - Lowest Milestone: 0.1.1
Component: Interface Version:
Severity: trivial Keywords:
Cc:

Description

As in english, it's should be Comme lus and not comme lu.

Here is the 'patch' :

-- roundcubemail/program/localization/fr/labels.inc	(révision 1181)
+++ roundcubemail/program/localization/fr/labels.inc	(copie de travail)
@@ -90,8 +90,8 @@
 $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';

Change History (1)

comment:1 Changed 5 years ago by yllar

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.