Skip to content

Commit e76c146

Browse files
author
Xiangfu Liu
committedFeb 24, 2012
update french translations
1 parent c0fae8a commit e76c146

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

Diff for: ‎src/gui/audio.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ void init_audio(void)
184184

185185
"gv = new Grid()",
186186

187-
"l_bass = new Label(-text \"Bass\")",
188-
"l_mid = new Label(-text \"Mid\")",
189-
"l_treb = new Label(-text \"Treb\")",
187+
"l_bass = new Label(-text \"\eBass\")",
188+
"l_mid = new Label(-text \"\eMid\")",
189+
"l_treb = new Label(-text \"\eTreb\")",
190190
"ld_bass = new LoadDisplay(-from 3 -to 0 -orient vertical)",
191191
"ld_mid = new LoadDisplay(-from 6 -to 0 -orient vertical)",
192192
"ld_treb = new LoadDisplay(-from 6 -to 0 -orient vertical)",

Diff for: ‎src/translations/french.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ struct mtk_i18n_entry translation_french[] = {
9696
// MIDI settings
9797
{ "MIDI settings", "Param\xe8""tres MIDI" },
9898
{ "Global parameters", "Param\xe8""tres globaux" },
99-
{ "Channel (0-15):", "Canal (0-15) :" },
99+
{ "Channel (1-16):", "Canal (1-16) :" },
100100
{ "Note:", "Note :" },
101101
{ "Controller mapping", "Connexion des contr\xf4""leurs" },
102102
{ "Latest active controller:", "Dernier contr\xf4""leur actif :" },
@@ -130,6 +130,7 @@ struct mtk_i18n_entry translation_french[] = {
130130
{ "Preview", "Pr\xe9""visualisation" },
131131
{ "None", "Aucun" },
132132
{ "Unknown", "Inconnu" },
133+
{ "Full Screen", "Plein \xe9""cran" },
133134

134135
// RSS wall
135136
{ "Wall:", "Mur :" },

0 commit comments

Comments
 (0)
Please sign in to comment.