mirror of
https://github.com/marqs85/ossc.git
synced 2025-03-04 05:30:01 +00:00
Language update
Revision 1.5
This commit is contained in:
parent
39fefe2adc
commit
339454bb8a
@ -137,7 +137,7 @@ MENU(menu_audio, P99_PROTECT({ \
|
||||
{ LNG("Down-sampling","ダウンサンプリング"), OPT_AVCONFIG_SELECTION, { .sel = { &tc.audio_dw_sampl, OPT_WRAP, SETTING_ITEM(audio_dw_sampl_desc) } } },
|
||||
{ LNG("Swap left/right","ヒダリ/ミギスワップ"), OPT_AVCONFIG_SELECTION, { .sel = { &tc.audio_swap_lr, OPT_WRAP, SETTING_ITEM(off_on_desc) } } },
|
||||
}))
|
||||
#define AUDIO_MENU { "Audio options >", OPT_SUBMENU, { .sub = { &menu_audio, NULL } } },
|
||||
#define AUDIO_MENU { LNG("Audio options >","オーディオオプション >"), OPT_SUBMENU, { .sub = { &menu_audio, NULL } } },
|
||||
#else
|
||||
#define AUDIO_MENU
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user