File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -184,9 +184,9 @@ void init_audio(void)
184
184
185
185
"gv = new Grid()" ,
186
186
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 \")" ,
190
190
"ld_bass = new LoadDisplay(-from 3 -to 0 -orient vertical)" ,
191
191
"ld_mid = new LoadDisplay(-from 6 -to 0 -orient vertical)" ,
192
192
"ld_treb = new LoadDisplay(-from 6 -to 0 -orient vertical)" ,
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ struct mtk_i18n_entry translation_french[] = {
96
96
// MIDI settings
97
97
{ "MIDI settings" , "Param\xe8" "tres MIDI" },
98
98
{ "Global parameters" , "Param\xe8" "tres globaux" },
99
- { "Channel (0-15 ):" , "Canal (0-15 ) :" },
99
+ { "Channel (1-16 ):" , "Canal (1-16 ) :" },
100
100
{ "Note:" , "Note :" },
101
101
{ "Controller mapping" , "Connexion des contr\xf4" "leurs" },
102
102
{ "Latest active controller:" , "Dernier contr\xf4" "leur actif :" },
@@ -130,6 +130,7 @@ struct mtk_i18n_entry translation_french[] = {
130
130
{ "Preview" , "Pr\xe9" "visualisation" },
131
131
{ "None" , "Aucun" },
132
132
{ "Unknown" , "Inconnu" },
133
+ { "Full Screen" , "Plein \xe9" "cran" },
133
134
134
135
// RSS wall
135
136
{ "Wall:" , "Mur :" },
You can’t perform that action at this time.
0 commit comments