Merge pull request #3151 from jriwanek-forks/lang
Language strings for missing video 2 rom, and capitalize dynarec
This commit is contained in:
@@ -898,7 +898,7 @@ pc_init_modules(void)
|
||||
if (!video_card_available(gfxcard[1])) {
|
||||
char tempc[512] = { 0 };
|
||||
device_get_name(video_card_getdevice(gfxcard[1]), 0, tempc);
|
||||
swprintf(temp, sizeof_w(temp), (wchar_t *) "Video card #2 \"%hs\" is not available due to missing ROMs in the roms/video directory. Disabling the second video card.", tempc);
|
||||
swprintf(temp, sizeof_w(temp), plat_get_string(IDS_2163), tempc);
|
||||
ui_msgbox_header(MBX_INFO, (wchar_t *) IDS_2129, temp);
|
||||
gfxcard[1] = 0;
|
||||
}
|
||||
|
@@ -162,6 +162,7 @@
|
||||
#else
|
||||
# define IDS_DYNAREC IDS_2163
|
||||
#endif
|
||||
#define IDS_2166 2166 // "Video card #2 ""%hs"" is not..."
|
||||
|
||||
#define IDS_4096 4096 // "Hard disk (%s)"
|
||||
#define IDS_4097 4097 // "%01i:%01i"
|
||||
|
@@ -597,6 +597,7 @@ ProgSettings::reloadStrings()
|
||||
translatedstrings[IDS_2115] = QCoreApplication::translate("", "Unable to initialize Ghostscript").toStdWString();
|
||||
translatedstrings[IDS_2063] = QCoreApplication::translate("", "Machine \"%hs\" is not available due to missing ROMs in the roms/machines directory. Switching to an available machine.").toStdWString();
|
||||
translatedstrings[IDS_2064] = QCoreApplication::translate("", "Video card \"%hs\" is not available due to missing ROMs in the roms/video directory. Switching to an available video card.").toStdWString();
|
||||
translatedstrings[IDS_2163] = QCoreApplication::translate("", "Video card #2 \"%hs\" is not available due to missing ROMs in the roms/video directory. Disabling the second video card.").toStdWString();
|
||||
translatedstrings[IDS_2129] = QCoreApplication::translate("", "Hardware not available").toStdWString();
|
||||
translatedstrings[IDS_2143] = QCoreApplication::translate("", "Monitor in sleep mode").toStdWString();
|
||||
translatedstrings[IDS_2121] = QCoreApplication::translate("", "No ROMs found").toStdWString();
|
||||
|
@@ -538,9 +538,10 @@ BEGIN
|
||||
IDS_2160 "Vypnout skrze rozhraní ACPI"
|
||||
IDS_2161 "Nastavení"
|
||||
IDS_2162 "Časná mechanika"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@@ -538,9 +538,10 @@ BEGIN
|
||||
IDS_2160 "ACPI-basiertes Herunterfahren"
|
||||
IDS_2161 "Optionen"
|
||||
IDS_2162 "Früheres Laufwerk"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@@ -538,9 +538,10 @@ BEGIN
|
||||
IDS_2160 "ACPI shutdown"
|
||||
IDS_2161 "Settings"
|
||||
IDS_2162 "Earlier drive"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@@ -538,9 +538,10 @@ BEGIN
|
||||
IDS_2160 "ACPI shutdown"
|
||||
IDS_2161 "Settings"
|
||||
IDS_2162 "Earlier drive"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@@ -538,9 +538,10 @@ BEGIN
|
||||
IDS_2160 "ACPI shutdown"
|
||||
IDS_2161 "Settings"
|
||||
IDS_2162 "Unidad anterior"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@@ -538,9 +538,10 @@ BEGIN
|
||||
IDS_2160 "ACPI-sammutus"
|
||||
IDS_2161 "Asetukset"
|
||||
IDS_2162 "Aiemmat asemat"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@@ -538,9 +538,10 @@ BEGIN
|
||||
IDS_2160 "ACPI shutdown"
|
||||
IDS_2161 "Settings"
|
||||
IDS_2162 "Lecteur plus tôt"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@@ -538,9 +538,10 @@ BEGIN
|
||||
IDS_2160 "ACPI bazirano gašenje"
|
||||
IDS_2161 "Postavke"
|
||||
IDS_2162 "Raniji pogon"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@@ -542,9 +542,10 @@ BEGIN
|
||||
IDS_2160 "ACPI shutdown"
|
||||
IDS_2161 "Settings"
|
||||
IDS_2162 "Korábbi meghajtó"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@@ -539,9 +539,10 @@ BEGIN
|
||||
IDS_2160 "ACPI shutdown"
|
||||
IDS_2161 "Settings"
|
||||
IDS_2162 "Unità anteriore"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@@ -538,9 +538,10 @@ BEGIN
|
||||
IDS_2160 "ACPIシャットダウン"
|
||||
IDS_2161 "設定"
|
||||
IDS_2162 "アーリードライブ"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@@ -538,9 +538,10 @@ BEGIN
|
||||
IDS_2160 "ACPI 종료"
|
||||
IDS_2161 "설정"
|
||||
IDS_2162 "이전 드라이브"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@@ -538,9 +538,10 @@ BEGIN
|
||||
IDS_2160 "Wyłączenie ACPI"
|
||||
IDS_2161 "Ustawienia"
|
||||
IDS_2162 "Wcześniejszy napęd"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@@ -541,9 +541,10 @@ BEGIN
|
||||
IDS_2160 "Desligamento por ACPI"
|
||||
IDS_2161 "Configurações"
|
||||
IDS_2162 "Unidade anterior"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@@ -538,9 +538,10 @@ BEGIN
|
||||
IDS_2160 "Encerramento ACPI"
|
||||
IDS_2161 "Definições"
|
||||
IDS_2162 "Unidade anterior"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@@ -538,9 +538,10 @@ BEGIN
|
||||
IDS_2160 "Сигнал завершения ACPI"
|
||||
IDS_2161 "Настройки машины"
|
||||
IDS_2162 "Предыдущий дисковод"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@@ -538,9 +538,10 @@ BEGIN
|
||||
IDS_2160 "Zaustavitev ACPI"
|
||||
IDS_2161 "Nastavitve"
|
||||
IDS_2162 "Zgodnejši pogon"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@@ -538,9 +538,10 @@ BEGIN
|
||||
IDS_2160 "ACPI kapatma"
|
||||
IDS_2161 "Ayarlar"
|
||||
IDS_2162 "Daha erken sürüş"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@@ -538,9 +538,10 @@ BEGIN
|
||||
IDS_2160 "Сигнал завершення ACPI"
|
||||
IDS_2161 "Налаштування машини"
|
||||
IDS_2162 "Більш ранній дисковод"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@@ -538,9 +538,10 @@ BEGIN
|
||||
IDS_2160 "ACPI 关机"
|
||||
IDS_2161 "设置"
|
||||
IDS_2162 "早先的驱动器"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@@ -538,9 +538,10 @@ BEGIN
|
||||
IDS_2160 "ACPI 關機"
|
||||
IDS_2161 "設定"
|
||||
IDS_2162 "早先的光碟機"
|
||||
IDS_2163 "no dynarec"
|
||||
IDS_2164 "old dynarec"
|
||||
IDS_2165 "new dynarec"
|
||||
IDS_2163 "No Dynarec"
|
||||
IDS_2164 "Old Dynarec"
|
||||
IDS_2165 "New Dynarec"
|
||||
IDS_2166 "Video card #2 ""%hs"" is not available due to missing ROMs in the roms/video directory. Disabling the second video card."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
Reference in New Issue
Block a user