mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-29 16:03:01 +00:00
translate sample bank messages
This commit is contained in:
parent
bc352728b5
commit
a249dd4515
27 changed files with 12239 additions and 11336 deletions
1177
po/furnace.pot
1177
po/furnace.pot
File diff suppressed because it is too large
Load diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1182
po/pt_BR.po
1182
po/pt_BR.po
File diff suppressed because it is too large
Load diff
1177
po/zh_HK.po
1177
po/zh_HK.po
File diff suppressed because it is too large
Load diff
|
@ -1570,7 +1570,7 @@ void DivEngine::registerSystems() {
|
|||
|
||||
sysDefs[DIV_SYSTEM_OPLL_DRUMS]=new DivSysDef(
|
||||
_("Yamaha YM2413 (OPLL) with drums"), NULL, 0xa7, 0, 11, true, false, 0x150, false, 0, 0, 0,
|
||||
_("the OPLL chips but with drums mode turned on."),
|
||||
_("the OPLL chip but with drums mode turned on."),
|
||||
{_("FM 1"), _("FM 2"), _("FM 3"), _("FM 4"), _("FM 5"), _("FM 6"), _("Kick"), _("Snare"), _("Tom"), _("Top"), _("HiHat")},
|
||||
{"F1", "F2", "F3", "F4", "F5", "F6", "BD", "SD", "TM", "TP", "HH"},
|
||||
{DIV_CH_FM, DIV_CH_FM, DIV_CH_FM, DIV_CH_FM, DIV_CH_FM, DIV_CH_FM, DIV_CH_NOISE, DIV_CH_NOISE, DIV_CH_NOISE, DIV_CH_NOISE, DIV_CH_NOISE},
|
||||
|
|
Loading…
Reference in a new issue