[haiku-commits] r33414 - haiku/trunk/src/preferences/locale

  • From: pulkomandy@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 4 Oct 2009 15:30:32 +0200 (CEST)

Author: pulkomandy
Date: 2009-10-04 15:30:32 +0200 (Sun, 04 Oct 2009)
New Revision: 33414
ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=33414&view=rev

Modified:
   haiku/trunk/src/preferences/locale/TimeFormatSettingsView.cpp
   haiku/trunk/src/preferences/locale/fr.catkeys
Log:
Add missing localization strings in locale preflet. ("12 Hour" and "24 Hour")


Modified: haiku/trunk/src/preferences/locale/TimeFormatSettingsView.cpp
===================================================================
--- haiku/trunk/src/preferences/locale/TimeFormatSettingsView.cpp       
2009-10-04 11:45:59 UTC (rev 33413)
+++ haiku/trunk/src/preferences/locale/TimeFormatSettingsView.cpp       
2009-10-04 13:30:32 UTC (rev 33414)
@@ -161,10 +161,10 @@
        clockBox->SetLabel(TR("Clock"));
 
        {
-               f24HrRadioButton = new BRadioButton("", "24 Hour",
+               f24HrRadioButton = new BRadioButton("", TR("24 Hour"),
                                new BMessage(kSettingsContentsModified));
 
-               f12HrRadioButton = new BRadioButton("", "12 Hour",
+               f12HrRadioButton = new BRadioButton("", TR("12 Hour"),
                                new BMessage(kSettingsContentsModified));
 
                clockBox->AddChild(BGroupLayoutBuilder(B_VERTICAL, 3)

Modified: haiku/trunk/src/preferences/locale/fr.catkeys
===================================================================
--- haiku/trunk/src/preferences/locale/fr.catkeys       2009-10-04 11:45:59 UTC 
(rev 33413)
+++ haiku/trunk/src/preferences/locale/fr.catkeys       2009-10-04 13:30:32 UTC 
(rev 33414)
@@ -1,9 +1,10 @@
-1      french  x-vnd.Haiku-Locale      3822351296
+1      french  x-vnd.Haiku-Locale      1910872713
 day of week (short name)       TimeFormatSettings              jour de la 
semaine (abrégé)
 Available languages    Locale Preflet Window           Langues disponibles
 Decimal separator      TimeFormatSettings              Séparateur décimal
 Separator:     TimeFormatSettings              Separateur:
 Year (4 digits)        TimeFormatSettings              Année (4 chiffres)
+Unable to find the available languages! You can't use this preflet!    Locale 
Preflet Window           La liste des langages disponibles est introuvable, ce 
preflet est donc inutilisable !
 After  TimeFormatSettings              Après
 Long format:   TimeFormatSettings              Format long:
 Before TimeFormatSettings              Avant
@@ -14,15 +15,16 @@
 Space  TimeFormatSettings              Espace
 Language       Locale Preflet Window           Langage
 Thousand separator     TimeFormatSettings              Séparateur de milliers
+24 Hour        TimeFormatSettings              24 Heures
 Year (2 digits)        TimeFormatSettings              Année (2 chiffres)
 Preferred languages    Locale Preflet Window           Langues préférées
 Symbol position        TimeFormatSettings              Position du symbole
 month number   TimeFormatSettings              numéro du mois
 month number (2 digits)        TimeFormatSettings              numéro du mois 
(2 chiffres)
-Unable to find the available languages! You can't use this preflet!    Locale 
Preflet Window           La liste des langages disponibles est introuvable, ce 
preflet est donc inutilisable !
 Numbers        TimeFormatSettings              Nombres
  (unknown format)      TimeFormatSettings               (format inconnu)
 Negative marker:       TimeFormatSettings              Marqueur de nombre 
négatifs:
+12 Hour        TimeFormatSettings              12 Heures
 Defaults       Locale Preflet Window           Défauts
 Locale\n\twritten by Axel Dörfler\n\tCopyright 2005, Haiku.\n\n        Locale 
Preflet          Locale\n\técrit par Axel Dörfler\n\tCopyright 2009, Haiku.\n\n
 Separator      TimeFormatSettings              Separateur


Other related posts:

  • » [haiku-commits] r33414 - haiku/trunk/src/preferences/locale - pulkomandy