mirror of
https://github.com/holub/mame
synced 2025-04-19 07:00:31 +03:00
fix localisation issue in info box, prepare for strings update (nw)
This commit is contained in:
parent
2a5ea8fb59
commit
589003ac36
@ -918,7 +918,7 @@ msgstr ""
|
||||
#: src/frontend/mame/ui/selgame.cpp:945
|
||||
#, c-format
|
||||
msgid "Mechanical Machine\t%1$s\n"
|
||||
msgstr ""
|
||||
msgstr "Mehanička mašina\t%1$s\n"
|
||||
|
||||
#: src/frontend/mame/ui/selgame.cpp:946
|
||||
#, c-format
|
||||
@ -2545,9 +2545,6 @@ msgstr "Podešavanja"
|
||||
#~ "interakciju ili se sastoje od mehaničkih uređaja. Nemoguće je igrati se "
|
||||
#~ "na ovoj mašini u potpunosti.\n"
|
||||
|
||||
#~ msgid "Game is Mechanical: %1$s\n"
|
||||
#~ msgstr "Igra je mehanička: %1$s\n"
|
||||
|
||||
#~ msgid "No Infos Available"
|
||||
#~ msgstr "Informacije nisu dostupne"
|
||||
|
||||
|
@ -918,7 +918,7 @@ msgstr ""
|
||||
#: src/frontend/mame/ui/selgame.cpp:945
|
||||
#, c-format
|
||||
msgid "Mechanical Machine\t%1$s\n"
|
||||
msgstr ""
|
||||
msgstr "Механичка машина\t%1$s\n"
|
||||
|
||||
#: src/frontend/mame/ui/selgame.cpp:946
|
||||
#, c-format
|
||||
@ -2545,9 +2545,6 @@ msgstr "Подeшавања"
|
||||
#~ "интeракциjу или сe састоje од мeханичких урeђаjа. Нeмогућe je играти сe "
|
||||
#~ "на овоj машини у потпуности.\n"
|
||||
|
||||
#~ msgid "Game is Mechanical: %1$s\n"
|
||||
#~ msgstr "Игра je мeханичка: %1$s\n"
|
||||
|
||||
#~ msgid "No Infos Available"
|
||||
#~ msgstr "Информациje нису доступнe"
|
||||
|
||||
|
@ -875,7 +875,7 @@ void menu_select_game::general_info(const game_driver *driver, std::string &buff
|
||||
if (flags.unemulated_features() & device_t::feature::GRAPHICS)
|
||||
str << _("Graphics\tUnimplemented\n");
|
||||
else if (flags.unemulated_features() & device_t::feature::PALETTE)
|
||||
str << ("Graphics\tWrong Colors\n");
|
||||
str << _("Graphics\tWrong Colors\n");
|
||||
else if (flags.imperfect_features() & device_t::feature::PALETTE)
|
||||
str << _("Graphics\tImperfect Colors\n");
|
||||
else if (flags.imperfect_features() & device_t::feature::GRAPHICS)
|
||||
|
Loading…
Reference in New Issue
Block a user