Skip to content

Commit

Permalink
Revert "use it own language dispaly the Localization setting"
Browse files Browse the repository at this point in the history
This reverts commit 7878f72.
  • Loading branch information
Sebastien Bourdeauducq committed Nov 28, 2011
1 parent 7878f72 commit 8515a1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/gui/sysettings.c
Expand Up @@ -180,13 +180,13 @@ void init_sysettings()
"g_localization = new Grid()",
"l_language = new Label(-text \"Language:\")",
"b_lang_english = new Button(-text \"English\")",
"b_lang_french = new Button(-text \"Fran\xe7""ais\")",
"b_lang_french = new Button(-text \"French\")",
// Wolfgang's slowness is amazing at times ...
//"b_lang_german = new Button(-text \"Allemand\")",
//"b_lang_german = new Button(-text \"German\")",
"l_layout = new Label(-text \"Keyboard layout:\")",
"b_kbd_us = new Button(-text \"US\")",
"b_kbd_french = new Button(-text \"Fran\xe7""ais\")",
"b_kbd_german = new Button(-text \"Allemand\")",
"b_kbd_french = new Button(-text \"French\")",
"b_kbd_german = new Button(-text \"German\")",
"g_localization.place(l_language, -column 1 -row 1)",
"g_localization.place(b_lang_english, -column 2 -row 1)",
"g_localization.place(b_lang_french, -column 3 -row 1)",
Expand Down
6 changes: 3 additions & 3 deletions src/translations/french.c
Expand Up @@ -218,9 +218,9 @@ struct mtk_i18n_entry translation_french[] = {
{ "Localization", "Localisation" },
{ "Language:", "Langue :" },
{ "Keyboard layout:", "Clavier :" },
{ "English", "English" },
{ "Fran\xe7""ais", "Fran\xe7""ais" },
{ "Allemand", "Allemand" },
{ "English", "Anglais" },
{ "French", "Fran\xe7""ais" },
{ "German", "Allemand" },
{ "US", "US" },
{ "Network", "R\xe9""seau" },
{ "DHCP client:", "Client DHCP :" },
Expand Down

0 comments on commit 8515a1a

Please sign in to comment.