Skip to content

Commit

Permalink
update french translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangfu Liu committed Feb 24, 2012
1 parent c0fae8a commit e76c146
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/gui/audio.c
Expand Up @@ -184,9 +184,9 @@ void init_audio(void)

"gv = new Grid()",

"l_bass = new Label(-text \"Bass\")",
"l_mid = new Label(-text \"Mid\")",
"l_treb = new Label(-text \"Treb\")",
"l_bass = new Label(-text \"\eBass\")",
"l_mid = new Label(-text \"\eMid\")",
"l_treb = new Label(-text \"\eTreb\")",
"ld_bass = new LoadDisplay(-from 3 -to 0 -orient vertical)",
"ld_mid = new LoadDisplay(-from 6 -to 0 -orient vertical)",
"ld_treb = new LoadDisplay(-from 6 -to 0 -orient vertical)",
Expand Down
3 changes: 2 additions & 1 deletion src/translations/french.c
Expand Up @@ -96,7 +96,7 @@ struct mtk_i18n_entry translation_french[] = {
// MIDI settings
{ "MIDI settings", "Param\xe8""tres MIDI" },
{ "Global parameters", "Param\xe8""tres globaux" },
{ "Channel (0-15):", "Canal (0-15) :" },
{ "Channel (1-16):", "Canal (1-16) :" },
{ "Note:", "Note :" },
{ "Controller mapping", "Connexion des contr\xf4""leurs" },
{ "Latest active controller:", "Dernier contr\xf4""leur actif :" },
Expand Down Expand Up @@ -130,6 +130,7 @@ struct mtk_i18n_entry translation_french[] = {
{ "Preview", "Pr\xe9""visualisation" },
{ "None", "Aucun" },
{ "Unknown", "Inconnu" },
{ "Full Screen", "Plein \xe9""cran" },

// RSS wall
{ "Wall:", "Mur :" },
Expand Down

0 comments on commit e76c146

Please sign in to comment.