Add missing localization strings in locale preflet. ("12 Hour" and "24 Hour")
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33414 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e1f5315cfc
commit
d474e23337
@ -161,10 +161,10 @@ TimeFormatSettingsView::TimeFormatSettingsView(BCountry* country)
|
||||
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)
|
||||
|
@ -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 @@ Currency symbol: TimeFormatSettings Symbole monétaire:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user