Add missing translation
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();
|
||||
|
@@ -541,6 +541,7 @@ BEGIN
|
||||
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,6 +541,7 @@ BEGIN
|
||||
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,6 +541,7 @@ BEGIN
|
||||
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,6 +541,7 @@ BEGIN
|
||||
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,6 +541,7 @@ BEGIN
|
||||
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,6 +541,7 @@ BEGIN
|
||||
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,6 +541,7 @@ BEGIN
|
||||
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,6 +541,7 @@ BEGIN
|
||||
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
|
||||
|
@@ -545,6 +545,7 @@ BEGIN
|
||||
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,6 +542,7 @@ BEGIN
|
||||
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,6 +541,7 @@ BEGIN
|
||||
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,6 +541,7 @@ BEGIN
|
||||
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,6 +541,7 @@ BEGIN
|
||||
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
|
||||
|
@@ -544,6 +544,7 @@ BEGIN
|
||||
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,6 +541,7 @@ BEGIN
|
||||
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,6 +541,7 @@ BEGIN
|
||||
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,6 +541,7 @@ BEGIN
|
||||
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,6 +541,7 @@ BEGIN
|
||||
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,6 +541,7 @@ BEGIN
|
||||
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,6 +541,7 @@ BEGIN
|
||||
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,6 +541,7 @@ BEGIN
|
||||
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