mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 18:19:49 -06:00
Fix panic alert translations. Windows is going to have to use the wxMsgHandler if it wants things to work. The default handler has issues with translated strings.
Also updated several translation files thanks to the Dolphin translation team. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6840 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Dolphin Emu\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-01-12 20:03-0600\n"
|
||||
"POT-Creation-Date: 2011-01-13 09:29-0600\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -86,6 +86,14 @@ msgstr ""
|
||||
msgid "%s failed to open"
|
||||
msgstr ""
|
||||
|
||||
#: Source/Core/DSPCore/Src/DSPCore.cpp:78
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s has an incorrect hash.\n"
|
||||
"Would you like to stop now to fix the problem?\n"
|
||||
"If you select \"No\", audio will be garbled."
|
||||
msgstr ""
|
||||
|
||||
#: Source/Core/DolphinWX/Src/MemoryCards/WiiSaveCrypted.cpp:395
|
||||
#, c-format
|
||||
msgid "%s is a 0 byte file"
|
||||
@ -1295,7 +1303,7 @@ msgid ""
|
||||
"files..."
|
||||
msgstr ""
|
||||
|
||||
#: Source/Core/DolphinWX/Src/Main.cpp:207
|
||||
#: Source/Core/DolphinWX/Src/Main.cpp:205
|
||||
msgid ""
|
||||
"Dolphin has not been configured with an install location,\n"
|
||||
"Keep Dolphin portable?"
|
||||
@ -1646,7 +1654,7 @@ msgid ""
|
||||
"Error loading plugin %s: can't find file. Please re-select your plugins."
|
||||
msgstr ""
|
||||
|
||||
#: Source/Core/DolphinWX/Src/Main.cpp:397
|
||||
#: Source/Core/DolphinWX/Src/Main.cpp:395
|
||||
msgid "Error loading selected language. Falling back to system default.\n"
|
||||
msgstr ""
|
||||
|
||||
@ -1777,9 +1785,9 @@ msgstr ""
|
||||
msgid "Failed to extract to %s!"
|
||||
msgstr ""
|
||||
|
||||
#: Source/Core/DSPCore/Src/DSPCore.cpp:65
|
||||
#: Source/Core/DSPCore/Src/DSPCore.cpp:63
|
||||
#, c-format
|
||||
msgid "Failed to load DSP Rom : %s"
|
||||
msgid "Failed to load DSP ROM: %s"
|
||||
msgstr ""
|
||||
|
||||
#: Source/Core/Core/Src/HW/WiimoteReal/IOWin.cpp:62
|
||||
@ -2098,7 +2106,7 @@ msgstr ""
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
#: Source/Core/DolphinWX/Src/Main.cpp:187
|
||||
#: Source/Core/DolphinWX/Src/Main.cpp:185
|
||||
msgid ""
|
||||
"Hi,\n"
|
||||
"\n"
|
||||
@ -2271,7 +2279,7 @@ msgstr ""
|
||||
msgid "Install Wii Menu"
|
||||
msgstr ""
|
||||
|
||||
#: Source/Core/DolphinWX/Src/Main.cpp:227
|
||||
#: Source/Core/DolphinWX/Src/Main.cpp:225
|
||||
msgid "Install directory could not be saved"
|
||||
msgstr ""
|
||||
|
||||
@ -2997,7 +3005,7 @@ msgstr ""
|
||||
msgid "Port :"
|
||||
msgstr ""
|
||||
|
||||
#: Source/Core/DolphinWX/Src/Main.cpp:212
|
||||
#: Source/Core/DolphinWX/Src/Main.cpp:210
|
||||
msgid ""
|
||||
"Portable Setting could not be saved\n"
|
||||
" Are you running Dolphin from read only media or from a directory that "
|
||||
@ -3057,11 +3065,6 @@ msgstr ""
|
||||
msgid "RAM"
|
||||
msgstr ""
|
||||
|
||||
#: Source/Core/DSPCore/Src/DSPCore.cpp:53
|
||||
#, c-format
|
||||
msgid "ROM %s too short : %i/%i"
|
||||
msgstr ""
|
||||
|
||||
#: Source/Core/DolphinWX/Src/ISOProperties.cpp:161
|
||||
msgid "RUSSIA"
|
||||
msgstr ""
|
||||
@ -3100,7 +3103,7 @@ msgstr ""
|
||||
msgid "Refresh game list"
|
||||
msgstr ""
|
||||
|
||||
#: Source/Core/DolphinWX/Src/Main.cpp:236
|
||||
#: Source/Core/DolphinWX/Src/Main.cpp:234
|
||||
msgid "Relaunch Dolphin from the install directory and save from there"
|
||||
msgstr ""
|
||||
|
||||
@ -3347,7 +3350,7 @@ msgstr ""
|
||||
msgid "Set as default Memcard %c"
|
||||
msgstr ""
|
||||
|
||||
#: Source/Core/DolphinWX/Src/Main.cpp:223
|
||||
#: Source/Core/DolphinWX/Src/Main.cpp:221
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Set install location to:\n"
|
||||
@ -3723,7 +3726,7 @@ msgstr ""
|
||||
msgid "The save you are trying to copy has an invalid file size"
|
||||
msgstr ""
|
||||
|
||||
#: Source/Core/DolphinWX/Src/Main.cpp:404
|
||||
#: Source/Core/DolphinWX/Src/Main.cpp:402
|
||||
msgid ""
|
||||
"The selected language is not supported by your system. Falling back to "
|
||||
"system default.\n"
|
||||
|
Reference in New Issue
Block a user