Skip to content

Commit 8515a1a

Browse files
author
Sebastien Bourdeauducq
committedNov 28, 2011
Revert "use it own language dispaly the Localization setting"
This reverts commit 7878f72.
1 parent 7878f72 commit 8515a1a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎src/gui/sysettings.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,13 @@ void init_sysettings()
180180
"g_localization = new Grid()",
181181
"l_language = new Label(-text \"Language:\")",
182182
"b_lang_english = new Button(-text \"English\")",
183-
"b_lang_french = new Button(-text \"Fran\xe7""ais\")",
183+
"b_lang_french = new Button(-text \"French\")",
184184
// Wolfgang's slowness is amazing at times ...
185-
//"b_lang_german = new Button(-text \"Allemand\")",
185+
//"b_lang_german = new Button(-text \"German\")",
186186
"l_layout = new Label(-text \"Keyboard layout:\")",
187187
"b_kbd_us = new Button(-text \"US\")",
188-
"b_kbd_french = new Button(-text \"Fran\xe7""ais\")",
189-
"b_kbd_german = new Button(-text \"Allemand\")",
188+
"b_kbd_french = new Button(-text \"French\")",
189+
"b_kbd_german = new Button(-text \"German\")",
190190
"g_localization.place(l_language, -column 1 -row 1)",
191191
"g_localization.place(b_lang_english, -column 2 -row 1)",
192192
"g_localization.place(b_lang_french, -column 3 -row 1)",

‎src/translations/french.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@ struct mtk_i18n_entry translation_french[] = {
218218
{ "Localization", "Localisation" },
219219
{ "Language:", "Langue :" },
220220
{ "Keyboard layout:", "Clavier :" },
221-
{ "English", "English" },
222-
{ "Fran\xe7""ais", "Fran\xe7""ais" },
223-
{ "Allemand", "Allemand" },
221+
{ "English", "Anglais" },
222+
{ "French", "Fran\xe7""ais" },
223+
{ "German", "Allemand" },
224224
{ "US", "US" },
225225
{ "Network", "R\xe9""seau" },
226226
{ "DHCP client:", "Client DHCP :" },

0 commit comments

Comments
 (0)
Please sign in to comment.